Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarbon committed Apr 15, 2024
1 parent c3e993f commit 7faa3ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UglyToad.PdfPig.Core/ReadHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public static class ReadHelper
'\f'
];

private const int MaximumNumberStringLength = 20; // max length of a formatted Int64 value

/// <summary>
/// Read a string from the input until a newline.
/// </summary>
Expand Down

0 comments on commit 7faa3ae

Please sign in to comment.