diff options
author | Pavel Janík <Pavel@Janik.cz> | 2014-12-20 16:57:46 +0100 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2014-12-20 16:57:46 +0100 |
commit | 1b37333a7f113ba2458346074610861de4547927 (patch) | |
tree | 486dfe5e69a45b02248a1b969624c8638cdbe250 /src/db.h | |
parent | 4444b879bc1da56fffa4cb4cf31a276a795f43b9 (diff) |
Remove no longer needed declaration of CBlockLocator
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -23,8 +23,6 @@ class CDiskBlockIndex; class COutPoint; -struct CBlockLocator; - extern unsigned int nWalletDBUpdated; void ThreadFlushWalletDB(const std::string& strWalletFile); |