Remove forward declaration for non-existent class CCoinsDB
Found by stephenreed on #bitcoin.dev.
This commit is contained in:
parent
8cd900711c
commit
a48355dc44
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ extern unsigned int nCoinCacheSize;
|
||||||
static const uint64_t nMinDiskSpace = 52428800;
|
static const uint64_t nMinDiskSpace = 52428800;
|
||||||
|
|
||||||
|
|
||||||
class CCoinsDB;
|
|
||||||
class CBlockTreeDB;
|
class CBlockTreeDB;
|
||||||
struct CDiskBlockPos;
|
struct CDiskBlockPos;
|
||||||
class CTxUndo;
|
class CTxUndo;
|
||||||
|
|
Loading…
Reference in a new issue