summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcachename.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 14:48:17 -0700
committercallum_linden <none@none>2014-10-17 14:48:17 -0700
commite4977efddb22cc76b8953a338e6575c7b1f3bbd8 (patch)
tree23cb7037b3083e9d9ddd04d1a0884b1d6fe3de94 /indra/llmessage/llcachename.cpp
parent5f9b595fbef62ebe61c2e93cfc43066955d39f8a (diff)
Update to build on Xcode 6.0: removed unised const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llmessage/llcachename.cpp')
-rwxr-xr-xindra/llmessage/llcachename.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp
index 4dd8d04656..daf3e0b4de 100755
--- a/indra/llmessage/llcachename.cpp
+++ b/indra/llmessage/llcachename.cpp
@@ -51,9 +51,6 @@ static const std::string NAME("name");
// We won't re-request a name during this time
const U32 PENDING_TIMEOUT_SECS = 5 * 60;
-// File version number
-const S32 CN_FILE_VERSION = 2;
-
// Globals
LLCacheName* gCacheName = NULL;
std::map<std::string, std::string> LLCacheName::sCacheName;