Remove warnings
[anna.git] / source / io / BinaryReader.cpp
index b4e23a0..b971159 100644 (file)
@@ -45,7 +45,6 @@ const DataBlock* io::BinaryReader::fetch()
 throw(RuntimeException) {
   verify();
   allocate(a_blockSize);
-  const DataBlock* result = NULL;
   size_t blockSize = fread((char *) getData(), 1, a_blockSize, a_file);
 
   if(blockSize == 0)