From ec6979bf76220d8d962e58690ec2487de3c3fd11 Mon Sep 17 00:00:00 2001 From: Aaron Burghardt Date: Sat, 28 Feb 2015 08:32:12 -0500 Subject: [PATCH] Purged old commented-out code. --- src/json.hpp.re2c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index e8b2e019..1a732ef3 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -3468,16 +3468,6 @@ class basic_json /// a parser reading from an input stream inline parser(std::istream& _is) : m_lexer(&_is) { -// while (_is) -// { -// string_t input_line; -// std::getline(_is, input_line); -// m_buffer += input_line; -// } - - // initializer lexer -// m_lexer = std::move(lexer(_is)); - // read first token get_token(); }