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-03-19 06:53:55 +0400
committeryorah <yoram.harmelin@gmail.com>2013-04-03 13:59:26 +0400
commitbed510a6987b4796cbaf75abec1d99604ba6d8cc (patch)
tree78f939ff9a7a356e00b0b8e36441d10622b2a68a /LibGit2Sharp/IRepository.cs
parent5cdaba2270a8a742c0a47c39906295123f46cb83 (diff)
Remove miscellaneous obsolete members
Diffstat (limited to 'LibGit2Sharp/IRepository.cs')
-rw-r--r--LibGit2Sharp/IRepository.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/LibGit2Sharp/IRepository.cs b/LibGit2Sharp/IRepository.cs
index b6650fb9..12f3f01a 100644
--- a/LibGit2Sharp/IRepository.cs
+++ b/LibGit2Sharp/IRepository.cs
@@ -31,12 +31,6 @@ namespace LibGit2Sharp
ReferenceCollection Refs { get; }
/// <summary>
- /// Lookup and manage remotes in the repository.
- /// </summary>
- [Obsolete("This property will be removed in the next release. Please use Repository.Network.Remotes instead.")]
- RemoteCollection Remotes { get; }
-
- /// <summary>
/// Lookup and enumerate commits in the repository.
/// Iterating this collection directly starts walking from the HEAD.
/// </summary>