Skip to content

Commit

Permalink
ccstruct: Remove unused local variable
Browse files Browse the repository at this point in the history
This fixes a compiler warning.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jan 21, 2017
1 parent 8ce58ac commit 134a253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccstruct/imagedata.cpp
Expand Up @@ -593,7 +593,6 @@ bool DocumentCache::LoadDocuments(const GenericVector<STRING>& filenames,

// Adds document to the cache.
bool DocumentCache::AddToCache(DocumentData* data) {
inT64 new_memory = data->memory_used();
documents_.push_back(data);
return true;
}
Expand Down

0 comments on commit 134a253

Please sign in to comment.