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/Reference.cs
parentcda8d3feeabe804af3ba685c27b8ab4ccf4794a1 (diff)
Fix issues raised by Code Analysis
Diffstat (limited to 'LibGit2Sharp/Reference.cs')
-rw-r--r--LibGit2Sharp/Reference.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/LibGit2Sharp/Reference.cs b/LibGit2Sharp/Reference.cs
index 264c6136..0c78aef5 100644
--- a/LibGit2Sharp/Reference.cs
+++ b/LibGit2Sharp/Reference.cs
@@ -15,12 +15,6 @@ namespace LibGit2Sharp
new LambdaEqualityHelper<Reference>(new Func<Reference, object>[] { x => x.CanonicalName, x => x.TargetIdentifier });
/// <summary>
- /// Needed for mocking purposes.
- /// </summary>
- protected Reference()
- { }
-
- /// <summary>
/// Gets the full name of this reference.
/// </summary>
public virtual string CanonicalName { get; protected set; }