Skip to content

Commit 134a253

Browse files
committed
ccstruct: Remove unused local variable
This fixes a compiler warning. Signed-off-by: Stefan Weil <[email protected]>
1 parent 8ce58ac commit 134a253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ccstruct/imagedata.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ bool DocumentCache::LoadDocuments(const GenericVector<STRING>& filenames,
593593

594594
// Adds document to the cache.
595595
bool DocumentCache::AddToCache(DocumentData* data) {
596-
inT64 new_memory = data->memory_used();
597596
documents_.push_back(data);
598597
return true;
599598
}

0 commit comments

Comments
 (0)