Remove unused constant

This commit is contained in:
Jason Nelson 2024-04-14 19:58:40 -07:00
parent c3e993f72a
commit 7faa3ae173

View File

@ -41,8 +41,6 @@
'\f'
];
private const int MaximumNumberStringLength = 20; // max length of a formatted Int64 value
/// <summary>
/// Read a string from the input until a newline.
/// </summary>