aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-03-28 08:40:16 +0200
committerpracticalswift <[email protected]>2017-04-26 21:20:02 +0200
commitb51aaf1c42d9936ddbe8ec48a0d9b675221ab7ba (patch)
tree97be0a701731d6c02e528c95b5023dbafc69d527 /src/wallet/db.h
parentMerge #10270: Remove Clang workaround for Boost 1.46 (diff)
downloaddiscoin-b51aaf1c42d9936ddbe8ec48a0d9b675221ab7ba.tar.xz
discoin-b51aaf1c42d9936ddbe8ec48a0d9b675221ab7ba.zip
Remove unused C++ code not covered by unit tests
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r--src/wallet/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h
index a0719820a..1a46448cc 100644
--- a/src/wallet/db.h
+++ b/src/wallet/db.h
@@ -72,7 +72,6 @@ public:
void CheckpointLSN(const std::string& strFile);
void CloseDb(const std::string& strFile);
- bool RemoveDb(const std::string& strFile);
DbTxn* TxnBegin(int flags = DB_TXN_WRITE_NOSYNC)
{