aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-04-27 19:28:13 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-04-27 20:25:15 +0200
commit4c924011f535c46b3bc02bef8b7e2a8ad559d78d (patch)
tree67c6b7c4f33b6162aaaed943bd061318efa6de8a /src/wallet/db.h
parenta550f6e415fd8aec8c45d4704712a408c37ecd18 (diff)
parentb51aaf1c42d9936ddbe8ec48a0d9b675221ab7ba (diff)
downloadbitcoin-4c924011f535c46b3bc02bef8b7e2a8ad559d78d.tar.xz
Merge #10075: Remove unused C++ code not covered by unit tests
b51aaf1 Remove unused C++ code not covered by unit tests (practicalswift) Tree-SHA512: 267bbd87df01a296bf23e82a8b6ee968e13e23a6aaecc535d803890a3e3e9f6208c7fc4c1f97afd98ed3e498b12fe1ada7e3cb2977ad12359a813f57336c74e5
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 a0719820ac..1a46448cc7 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)
{