0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00

Remove no longer needed declaration of CBlockLocator

This commit is contained in:
Pavel Janík 2014-12-20 16:57:46 +01:00
parent 4444b879bc
commit 1b37333a7f

View file

@ -23,8 +23,6 @@
class CDiskBlockIndex; class CDiskBlockIndex;
class COutPoint; class COutPoint;
struct CBlockLocator;
extern unsigned int nWalletDBUpdated; extern unsigned int nWalletDBUpdated;
void ThreadFlushWalletDB(const std::string& strWalletFile); void ThreadFlushWalletDB(const std::string& strWalletFile);