Skip to content

Commit

Permalink
Remove outdated comment in ryu_parse.h (#230)
Browse files Browse the repository at this point in the history
See #201.
  • Loading branch information
ulfjack committed Feb 19, 2024
1 parent 9630c8d commit 1264a94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ryu/ryu_parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ extern "C" {
// using a Ryu-like algorithm. At this time, it only support up to 17 non-zero
// digits in the input, and also does not support all formats. Use at your own
// risk.
//
// This implementation does not currently support -DRYU_OPTIMIZE_SIZE and always
// compiles against the large lookup tables.

enum Status {
SUCCESS,
Expand Down

0 comments on commit 1264a94

Please sign in to comment.