Code style fix (no "tab" symbol).
[novacoin.git] / src / txdb-leveldb.h
index 67a8b7a..c73dda6 100644 (file)
@@ -92,6 +92,7 @@ protected:
             ssValue >> value;
         }
         catch (std::exception &e) {
+            (void)e;
             return false;
         }
         return true;