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>2013-02-14 06:56:13 +0400
committernulltoken <emeric.fermas@gmail.com>2013-02-14 10:47:37 +0400
commit803a595a846fab253f002abb907e1430601c54fa (patch)
treee914343582e73350a1d3ee1951b1e2b93d6aa4d3 /LibGit2Sharp/PushResult.cs
parente3fca98cd527aac7a277d02569dd1a5737b0a1fe (diff)
Remove unused usings
Diffstat (limited to 'LibGit2Sharp/PushResult.cs')
-rw-r--r--LibGit2Sharp/PushResult.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/LibGit2Sharp/PushResult.cs b/LibGit2Sharp/PushResult.cs
index 020d72e4..35dd59ca 100644
--- a/LibGit2Sharp/PushResult.cs
+++ b/LibGit2Sharp/PushResult.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
+using System.Collections.Generic;
namespace LibGit2Sharp
{