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-02-06 22:34:16 +0400
committernulltoken <emeric.fermas@gmail.com>2012-02-07 00:33:39 +0400
commit868923b0259f97be72c633c03bc38681400050d4 (patch)
treedc0478d770f7d73a47a92193c8fee6342d6dedf6 /LibGit2Sharp/TagCollection.cs
parent3a50ef84727690b6b92494efca7e252629c0e85c (diff)
Fix some issues pinpointed by Code Analysis
Diffstat (limited to 'LibGit2Sharp/TagCollection.cs')
-rw-r--r--LibGit2Sharp/TagCollection.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/TagCollection.cs b/LibGit2Sharp/TagCollection.cs
index 1bf23f9d..d3d73357 100644
--- a/LibGit2Sharp/TagCollection.cs
+++ b/LibGit2Sharp/TagCollection.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
-using System.Globalization;
using System.Linq;
using LibGit2Sharp.Core;