summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-03 21:00:12 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-03 21:00:12 +0000
commit1e6d2c9cd3d8e3a7ee48601ca0ecf0cf8dc4f809 (patch)
tree97282f8c55db5323f2a2cd00a25e2beac72bfb24 /indra/llvfs
parent940041992ac429c7d67642f82b64ebc8bc01730f (diff)
CID-259
Checker: UNINIT_CTOR Function: LLVFile::LLVFile(LLVFS *, const LLUUID &, LLAssetType::EType, int) File: /indra/llvfs/llvfile.cpp dead field.
Diffstat (limited to 'indra/llvfs')
-rw-r--r--indra/llvfs/llvfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llvfs/llvfile.h b/indra/llvfs/llvfile.h
index 5f69a41040..c3bca8c737 100644
--- a/indra/llvfs/llvfile.h
+++ b/indra/llvfs/llvfile.h
@@ -88,7 +88,6 @@ protected:
S32 mMode;
LLVFS *mVFS;
F32 mPriority;
- BOOL mOnReadQueue;
S32 mBytesRead;
LLVFSThread::handle_t mHandle;