🔥 remove leftover

parent 23c97f4a
...@@ -1521,7 +1521,6 @@ scan_number_done: ...@@ -1521,7 +1521,6 @@ scan_number_done:
// skip following whitespace // skip following whitespace
skip_whitespace(); skip_whitespace();
} }
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
switch (current) switch (current)
{ {
......
...@@ -9626,7 +9626,6 @@ scan_number_done: ...@@ -9626,7 +9626,6 @@ scan_number_done:
// skip following whitespace // skip following whitespace
skip_whitespace(); skip_whitespace();
} }
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
switch (current) switch (current)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment