🔥 remove leftover
This commit is contained in:
parent
23c97f4aa5
commit
4c59d6aaef
2 changed files with 0 additions and 2 deletions
|
@ -1521,7 +1521,6 @@ scan_number_done:
|
|||
// skip following whitespace
|
||||
skip_whitespace();
|
||||
}
|
||||
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
|
||||
|
||||
switch (current)
|
||||
{
|
||||
|
|
|
@ -9626,7 +9626,6 @@ scan_number_done:
|
|||
// skip following whitespace
|
||||
skip_whitespace();
|
||||
}
|
||||
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
|
||||
|
||||
switch (current)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue