Reduce noise.

* Remove using statements that were the only change to a file.
* Remove methods that were added and are no longer used.
This commit is contained in:
Matt Burke
2013-10-02 17:24:54 -04:00
committed by Haacked
parent ede0267a96
commit 6092c4f491
9 changed files with 2 additions and 59 deletions
-5
View File
@@ -51,11 +51,6 @@ namespace Octokit
}
#endif
public static string EscapeUri(this string s)
{
return Uri.EscapeUriString(s);
}
// :trollface:
[SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase",
Justification = "Ruby don't care. Ruby don't play that.")]