mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
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:
@@ -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.")]
|
||||
|
||||
Reference in New Issue
Block a user