summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldiskcache.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2021-05-17 15:10:06 -0400
committerNat Goodspeed <nat@lindenlab.com>2021-05-17 15:10:06 -0400
commitb3708ac238d51eaf808cb77a4493e518c1593e33 (patch)
tree8630531a439a759df0728c2b8e1d97bb79baa15d /indra/llfilesystem/lldiskcache.h
parentd313d7021ff551f2a5ef7ec54ff2b3234d96017b (diff)
SL-15200: Use new LLApp::sleep() in LLPurgeDiskCacheThread::run().
Diffstat (limited to 'indra/llfilesystem/lldiskcache.h')
-rw-r--r--indra/llfilesystem/lldiskcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/lldiskcache.h
index 268fe92bcc..1cbd2c58aa 100644
--- a/indra/llfilesystem/lldiskcache.h
+++ b/indra/llfilesystem/lldiskcache.h
@@ -194,8 +194,5 @@ public:
protected:
void run() override;
-
-private:
- LLTimer mTimer;
};
#endif // _LLDISKCACHE