Remove unnecessary lines from 'parse.hpp'

This commit is contained in:
박진형2 [ungeziefer] 2019-07-10 19:54:29 +09:00
parent 3fcecf7099
commit bae148bd76
2 changed files with 0 additions and 4 deletions

View File

@ -241,8 +241,6 @@ inline parse_return context<VisitorHolder>::execute(const char* data, std::size_
const char* const pe = data + len; const char* const pe = data + len;
const char* n = MSGPACK_NULLPTR; const char* n = MSGPACK_NULLPTR;
msgpack::object obj;
if(m_current == pe) { if(m_current == pe) {
off = static_cast<std::size_t>(m_current - m_start); off = static_cast<std::size_t>(m_current - m_start);
return PARSE_CONTINUE; return PARSE_CONTINUE;

View File

@ -250,8 +250,6 @@ inline parse_return context<VisitorHolder>::execute(const char* data, std::size_
const char* const pe = data + len; const char* const pe = data + len;
const char* n = MSGPACK_NULLPTR; const char* n = MSGPACK_NULLPTR;
msgpack::object obj;
if(m_current == pe) { if(m_current == pe) {
off = static_cast<std::size_t>(m_current - m_start); off = static_cast<std::size_t>(m_current - m_start);
return PARSE_CONTINUE; return PARSE_CONTINUE;