diff options
| author | Jeff Garzik <[email protected]> | 2012-05-15 13:36:25 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-15 13:36:25 -0400 |
| commit | a7d45c5a7a46255631bb4814c3df27c3489ff3a0 (patch) | |
| tree | 311bec68bdfc528d1c0923e2b6e8fd3a988705f7 /src/db.h | |
| parent | Merge pull request #1308 from Diapolo/polish_verifymessage (diff) | |
| download | discoin-a7d45c5a7a46255631bb4814c3df27c3489ff3a0.tar.xz discoin-a7d45c5a7a46255631bb4814c3df27c3489ff3a0.zip | |
Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk()
Diffstat (limited to 'src/db.h')
| -rw-r--r-- | src/db.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -285,7 +285,6 @@ public: bool ReadDiskTx(COutPoint outpoint, CTransaction& tx, CTxIndex& txindex); bool ReadDiskTx(COutPoint outpoint, CTransaction& tx); bool WriteBlockIndex(const CDiskBlockIndex& blockindex); - bool EraseBlockIndex(uint256 hash); bool ReadHashBestChain(uint256& hashBestChain); bool WriteHashBestChain(uint256 hashBestChain); bool ReadBestInvalidWork(CBigNum& bnBestInvalidWork); |