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-06-12 14:20:23 +0400
committernulltoken <emeric.fermas@gmail.com>2012-06-19 17:59:04 +0400
commitb62438b78d9676f6ca6d7c73440a80e3eb2bbc72 (patch)
tree4cd7e11b1ac4bd1663333857db70ef3b3cfeed28 /LibGit2Sharp/Blob.cs
parentcda8d3feeabe804af3ba685c27b8ab4ccf4794a1 (diff)
Fix issues raised by Code Analysis
Diffstat (limited to 'LibGit2Sharp/Blob.cs')
-rw-r--r--LibGit2Sharp/Blob.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/Blob.cs b/LibGit2Sharp/Blob.cs
index 9c02d4dd..d818e415 100644
--- a/LibGit2Sharp/Blob.cs
+++ b/LibGit2Sharp/Blob.cs
@@ -1,7 +1,6 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
-using System.Text;
using LibGit2Sharp.Core;
using LibGit2Sharp.Core.Handles;