From 6648f0fc4a47a85cd108578e22955ac103c37b87 Mon Sep 17 00:00:00 2001 From: Ulf Adams Date: Mon, 19 Feb 2024 15:53:46 +0100 Subject: [PATCH] Remove outdated comment in ryu_parse.h See https://github.com/ulfjack/ryu/issues/201. --- ryu/ryu_parse.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ryu/ryu_parse.h b/ryu/ryu_parse.h index 6f04ea55..9b554e30 100644 --- a/ryu/ryu_parse.h +++ b/ryu/ryu_parse.h @@ -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,