Warnings fix.

This commit is contained in:
Gav Wood 2015-01-17 10:34:44 -05:00
parent 37e4919fcb
commit 930532165c

View File

@ -129,7 +129,6 @@ private:
std::stack<Json::Value*> m_jsonNodePtrs;
std::string m_source;
ASTNode const* m_ast;
int m_depth;
};
}