Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-03-02 19:15:25 +0400
committernulltoken <emeric.fermas@gmail.com>2012-03-03 14:33:15 +0400
commit235ccd21cf3641fc540237c1e063c796ebee4cbc (patch)
treefb0f420e533382ec14d86d4cb8c1d62ecd250e9c /LibGit2Sharp
parentb197de87b90b36d2b9c0987af72068454ef09c65 (diff)
Remove useless namespace imports
Diffstat (limited to 'LibGit2Sharp')
-rw-r--r--LibGit2Sharp/Reference.cs1
-rw-r--r--LibGit2Sharp/TagAnnotation.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/LibGit2Sharp/Reference.cs b/LibGit2Sharp/Reference.cs
index a63ab700..34dff799 100644
--- a/LibGit2Sharp/Reference.cs
+++ b/LibGit2Sharp/Reference.cs
@@ -1,6 +1,5 @@
using System;
using System.Globalization;
-using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
using LibGit2Sharp.Core.Compat;
diff --git a/LibGit2Sharp/TagAnnotation.cs b/LibGit2Sharp/TagAnnotation.cs
index 6636e54c..14dbc940 100644
--- a/LibGit2Sharp/TagAnnotation.cs
+++ b/LibGit2Sharp/TagAnnotation.cs
@@ -1,5 +1,4 @@
using System;
-using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
using LibGit2Sharp.Core.Compat;