diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-05-10 12:32:43 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-05-10 12:32:43 -0400 |
commit | 06aa68c2fbcd83cb00465c9f14933bda276b11e8 (patch) | |
tree | 4b0eb047ef16fd5acdb800339fe25ad6306bd926 /indra/newview/lltexturefetch.cpp | |
parent | 5bed414ba9418ba8599d3b333eb30e63f62124ae (diff) |
SL-17219: Delete some unused declarations.
These trigger fatal warnings on Mac.
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index f30e640f80..543e8b0dab 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -4115,7 +4115,6 @@ bool TFReqSendMetrics::doWork(LLTextureFetch * fetcher) { LL_PROFILE_ZONE_SCOPED; - static const U32 report_priority(1); //if (! gViewerAssetStatsThread1) // return true; |