summaryrefslogtreecommitdiff
path: root/files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'files.cpp')
-rw-r--r--files.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/files.cpp b/files.cpp
index ac7e0c0..f9fecbe 100644
--- a/files.cpp
+++ b/files.cpp
@@ -118,7 +118,6 @@ size_t FileStore::CopyRangeTo2(BufferedTransformation &target, lword &begin, lwo
return 0; // don't try to seek beyond the end of file
}
m_stream->seekg(newPosition);
- lword total = 0;
try
{
assert(!m_waiting);