From 4c59d6aaef60c99cdc54dd887c37a43debe55896 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 16 Jul 2020 09:43:35 +0200 Subject: [PATCH] :fire: remove leftover --- include/nlohmann/detail/input/lexer.hpp | 1 - single_include/nlohmann/json.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/nlohmann/detail/input/lexer.hpp b/include/nlohmann/detail/input/lexer.hpp index f055584f..60eb3526 100644 --- a/include/nlohmann/detail/input/lexer.hpp +++ b/include/nlohmann/detail/input/lexer.hpp @@ -1521,7 +1521,6 @@ scan_number_done: // skip following whitespace skip_whitespace(); } - while (current == ' ' || current == '\t' || current == '\n' || current == '\r'); switch (current) { diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 82c0d484..1d02cc12 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -9626,7 +9626,6 @@ scan_number_done: // skip following whitespace skip_whitespace(); } - while (current == ' ' || current == '\t' || current == '\n' || current == '\r'); switch (current) {