From e3e18d7b8501965779a042de1a96f075ccfa5739 Mon Sep 17 00:00:00 2001 From: Aaron Burghardt Date: Fri, 27 Feb 2015 20:31:03 -0500 Subject: [PATCH] Deleted extraneous comment. --- src/json.hpp.re2c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 7174c3808..777fdbbee 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -3267,7 +3267,7 @@ class basic_json std::getline(*m_stream, line); m_buffer += line; - m_content = reinterpret_cast(m_buffer.c_str()); //reinterpret_cast(endptr) + m_content = reinterpret_cast(m_buffer.c_str()); m_start = m_content + offset_start; m_marker = m_start + offset_marker; m_cursor = m_start + offset_cursor; -- GitLab