Merge branch 'master' of github.com:novacoin-project/novacoin
[novacoin.git] / src / txdb-leveldb.h
index c73dda6..07c7088 100644 (file)
@@ -91,8 +91,7 @@ protected:
                                 SER_DISK, CLIENT_VERSION);
             ssValue >> value;
         }
-        catch (std::exception &e) {
-            (void)e;
+        catch (const std::exception&) {
             return false;
         }
         return true;