diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:43:46 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:43:46 -0800 |
commit | d477b83325822989e0c4ad70fbee3797937215b7 (patch) | |
tree | 507f23183644c906f2020d5c6822c71b9ee11c6f /indra | |
parent | f83ca2abd654ac632a869a7c010fbcb18120ee9f (diff) |
CID-328
Checker: UNINIT_CTOR
Function: LLAgent::LLAgent()
File: /indra/newview/tests/llviewerhelputil_test.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/tests/llviewerhelputil_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/tests/llviewerhelputil_test.cpp b/indra/newview/tests/llviewerhelputil_test.cpp index 297d98ad8d..dd61ac6ae5 100644 --- a/indra/newview/tests/llviewerhelputil_test.cpp +++ b/indra/newview/tests/llviewerhelputil_test.cpp @@ -87,8 +87,6 @@ public: __attribute__ ((noinline)) #endif BOOL isGodlike() const { return FALSE; } -private: - int dummy; }; LLAgent gAgent; |