Browse Source

Remove forward declaration for non-existent class CCoinsDB

Found by stephenreed on #bitcoin.dev.
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
a48355dc44
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/main.h

1
src/main.h

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

Loading…
Cancel
Save