Removed unused member variable.

This commit is contained in:
Takatoshi Kondo
2014-09-08 17:14:56 +09:00
parent d54048eabe
commit 7737f1cb77

View File

@@ -840,7 +840,6 @@ public:
private:
object m_obj;
msgpack::unique_ptr<msgpack::zone> m_zone;
bool m_referenced;
};