diff options
Diffstat (limited to 'src/wallet/db.cpp')
-rw-r--r-- | src/wallet/db.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index 7e1b94ffa4..906cc809bf 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -439,11 +439,6 @@ void CWalletDBWrapper::IncrementUpdateCounter() ++nUpdateCounter; } -unsigned int CWalletDBWrapper::GetUpdateCounter() -{ - return nUpdateCounter.load(); -} - void CDB::Close() { if (!pdb) |