diff options
author | callum_linden <none@none> | 2014-10-17 13:48:03 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 13:48:03 -0700 |
commit | b826dbcb84f7c047dca5684d36ee1f6f94b7be88 (patch) | |
tree | 880a74b6d066d19aca1014604ed97a6a9a0bcb64 /indra/llcommon | |
parent | 41712d35fbc0517854f21a4ccf54fafeda336aa3 (diff) |
Update to build on Xcode 6.0: remove unused member variable that makes clang sad
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/llsdparam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llsdparam.h b/indra/llcommon/llsdparam.h index 1542f95e68..09f1bdf1e3 100755 --- a/indra/llcommon/llsdparam.h +++ b/indra/llcommon/llsdparam.h @@ -106,7 +106,6 @@ private: Parser::name_stack_t mNameStack; const LLSD* mCurReadSD; LLSD* mWriteRootSD; - LLSD* mCurWriteSD; }; |