Update to build on Xcode 6.0: remove unused member variable that makes clang sad

master
callum_linden 2014-10-17 13:48:03 -07:00
parent 41712d35fb
commit b826dbcb84
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ private:
Parser::name_stack_t mNameStack;
const LLSD* mCurReadSD;
LLSD* mWriteRootSD;
LLSD* mCurWriteSD;
};