Removed duplicate variable in assignment (m_state = m_state = X)

This commit is contained in:
Sven Almgren
2012-03-15 12:57:34 +01:00
parent 002b8a2c35
commit 1a0796d315

View File

@@ -397,7 +397,7 @@ public:
}
void reset() {
m_state = m_state = hybi_state::READ_HEADER;
m_state = hybi_state::READ_HEADER;
m_header.reset();
}