From 489f17b6b23524d58abecff96f02a6d9b17754cb Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 21 Feb 2013 02:18:45 -0500 Subject: [PATCH] Fix compile warning 'unused variable' --- indra/newview/lltexturefetch.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 17323d610..33065e3c4 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -3137,8 +3137,6 @@ TFReqSendMetrics::~TFReqSendMetrics() bool TFReqSendMetrics::doWork(LLTextureFetch * fetcher) { - static const U32 report_priority(1); - if (! gViewerAssetStatsThread1) return true;