diff options
author | Howard Chu <hyc@symas.com> | 2016-04-04 17:28:31 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2016-04-05 21:05:24 +0100 |
commit | 372acee72303b4d7ea225981c523d328fda297be (patch) | |
tree | c1da5004db9d5e62af8f2c5641c4c5fd8c77ca51 /src/blockchain_db/blockchain_db.h | |
parent | Cleanup and clarify (diff) | |
download | monero-372acee72303b4d7ea225981c523d328fda297be.tar.xz |
Cleanup
drop obsolete remove_output()
fix get_output_key(global), fix crash in blockchain_dump
Diffstat (limited to 'src/blockchain_db/blockchain_db.h')
-rw-r--r-- | src/blockchain_db/blockchain_db.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/blockchain_db/blockchain_db.h b/src/blockchain_db/blockchain_db.h index 99b520d8b..93527b484 100644 --- a/src/blockchain_db/blockchain_db.h +++ b/src/blockchain_db/blockchain_db.h @@ -337,9 +337,6 @@ private: const std::vector<uint64_t>& amount_output_indices ) = 0; - // tells the subclass to remove an output - virtual void remove_output(const tx_out& tx_output) = 0; - // tells the subclass to store a spent key virtual void add_spent_key(const crypto::key_image& k_image) = 0; |