diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-17 08:47:54 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-17 08:47:54 -0700 |
commit | d17ac27a727a7a942aea6c5d8b549e4ce56f34a7 (patch) | |
tree | 9a60cf439ec96e9b06e3b59d689a3b0bf794c34a /src/db.h | |
parent | b56843b25356784d6806b2cdd6506bfb2e066445 (diff) | |
parent | a7d45c5a7a46255631bb4814c3df27c3489ff3a0 (diff) |
Merge pull request #1316 from jgarzik/dead-code
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); |