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:
authorKeith Dahlby <dahlbyk@gmail.com>2012-05-22 06:53:45 +0400
committerKeith Dahlby <dahlbyk@gmail.com>2012-05-22 07:03:44 +0400
commit3b522e9ad8e7fe2c85306b50d3aeaf008ed0f897 (patch)
treeba5e7cf6e9ead81ffd67abe68702e76c1ea99227 /LibGit2Sharp/RepositoryInformation.cs
parent783948ecfa42d82974cbe0ccf4951e9f69d51f2b (diff)
Remove unused usings
Diffstat (limited to 'LibGit2Sharp/RepositoryInformation.cs')
-rw-r--r--LibGit2Sharp/RepositoryInformation.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/LibGit2Sharp/RepositoryInformation.cs b/LibGit2Sharp/RepositoryInformation.cs
index 818fafe2..e2df1772 100644
--- a/LibGit2Sharp/RepositoryInformation.cs
+++ b/LibGit2Sharp/RepositoryInformation.cs
@@ -1,5 +1,4 @@
-using System;
-using LibGit2Sharp.Core;
+using LibGit2Sharp.Core;
namespace LibGit2Sharp
{