Skip to content

Commit 1264a94

Browse files
authored
Remove outdated comment in ryu_parse.h (#230)
See #201.
1 parent 9630c8d commit 1264a94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ryu/ryu_parse.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ extern "C" {
2525
// using a Ryu-like algorithm. At this time, it only support up to 17 non-zero
2626
// digits in the input, and also does not support all formats. Use at your own
2727
// risk.
28-
//
29-
// This implementation does not currently support -DRYU_OPTIMIZE_SIZE and always
30-
// compiles against the large lookup tables.
3128

3229
enum Status {
3330
SUCCESS,

0 commit comments

Comments
 (0)