Remove CTxDB::ReadOwnerTxes.

It seems it wasn't ever used since 0.1.5.
This commit is contained in:
Pieter Wuille
2012-06-20 15:07:41 +02:00
parent 703db97d80
commit 70f6049f71
2 changed files with 0 additions and 61 deletions

View File

@@ -307,7 +307,6 @@ public:
bool AddTxIndex(const CTransaction& tx, const CDiskTxPos& pos, int nHeight);
bool EraseTxIndex(const CTransaction& tx);
bool ContainsTx(uint256 hash);
bool ReadOwnerTxes(uint160 hash160, int nHeight, std::vector<CTransaction>& vtx);
bool ReadDiskTx(uint256 hash, CTransaction& tx, CTxIndex& txindex);
bool ReadDiskTx(uint256 hash, CTransaction& tx);
bool ReadDiskTx(COutPoint outpoint, CTransaction& tx, CTxIndex& txindex);