Revert "Implement extension methods and PublicKeyInfo class"

This reverts commit 1d82735096.
This commit is contained in:
Ryan Gribble
2016-02-27 00:43:51 +10:00
parent 1d82735096
commit 657e3429be
13 changed files with 4 additions and 166 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Octokit
/// <summary>
/// Represents the data and name parsed from the Ssh key.
/// </summary>
[Obsolete("This helper class is obsolete. Please use PublicKeyInfo instead.")]
[Obsolete("This class will be removed in a future release.")]
public class SshKeyInfo
{
public SshKeyInfo(string data, string name)