Remove forward declaration for non-existent class CCoinsDB

Found by stephenreed on #bitcoin.dev.
This commit is contained in:
Wladimir J. van der Laan 2014-05-22 13:05:04 +02:00
parent 8cd900711c
commit a48355dc44
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -102,7 +102,6 @@ extern unsigned int nCoinCacheSize;
static const uint64_t nMinDiskSpace = 52428800;
class CCoinsDB;
class CBlockTreeDB;
struct CDiskBlockPos;
class CTxUndo;