Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 23052dd

Browse files
Removing unused field from SimpleJson
1 parent b2829a7 commit 23052dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/Helpers/SimpleJson.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ static class SimpleJson
517517

518518
private static readonly char[] EscapeTable;
519519
private static readonly char[] EscapeCharacters = new char[] { '"', '\\', '\b', '\f', '\n', '\r', '\t' };
520-
private static readonly string EscapeCharactersString = new string(EscapeCharacters);
521520

522521
static SimpleJson()
523522
{

0 commit comments

Comments
 (0)