From e4977efddb22cc76b8953a338e6575c7b1f3bbd8 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 17 Oct 2014 14:48:17 -0700 Subject: Update to build on Xcode 6.0: removed unised const variables [-Wunused-const-variable] --- indra/llmessage/llcachename.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llmessage/llcachename.cpp') 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 LLCacheName::sCacheName; -- cgit v1.2.3