diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-05-22 13:05:04 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-22 13:09:31 +0200 |
| commit | a48355dc44e8b86c2fc9f8b7973ac9e81a295be7 (patch) | |
| tree | 66d6a49227056683c61d953be0f493c678779424 /src | |
| parent | Merge pull request #4204 (diff) | |
| download | discoin-a48355dc44e8b86c2fc9f8b7973ac9e81a295be7.tar.xz discoin-a48355dc44e8b86c2fc9f8b7973ac9e81a295be7.zip | |
Remove forward declaration for non-existent class CCoinsDB
Found by stephenreed on #bitcoin.dev.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index f47c9ee82..6f39b6e89 100644 --- a/src/main.h +++ b/src/main.h @@ -102,7 +102,6 @@ extern unsigned int nCoinCacheSize; static const uint64_t nMinDiskSpace = 52428800; -class CCoinsDB; class CBlockTreeDB; struct CDiskBlockPos; class CTxUndo; |