diff options
author | callum_linden <none@none> | 2014-10-17 13:36:05 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 13:36:05 -0700 |
commit | 791858f517dcb7df1f056323439966ee685410c4 (patch) | |
tree | a86cd55c9b02712418715a1eab8114abb515203b /indra | |
parent | 4785da9b9f786d761828f711cfda401974cd9238 (diff) |
Update to build on Xcode 6.0: remove unused variable [-Wunused-const-variable]
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/llframetimer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llframetimer.cpp b/indra/llcommon/llframetimer.cpp index 1af2cb8afd..1e9920746b 100755 --- a/indra/llcommon/llframetimer.cpp +++ b/indra/llcommon/llframetimer.cpp @@ -37,7 +37,6 @@ U64 LLFrameTimer::sTotalTime = 0; F64 LLFrameTimer::sTotalSeconds = 0.0; S32 LLFrameTimer::sFrameCount = 0; U64 LLFrameTimer::sFrameDeltaTime = 0; -const F64 USEC_PER_SECOND = 1000000.0; const F64 USEC_TO_SEC_F64 = 0.000001; // static |