aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.h
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-04-04 17:28:31 +0100
committerHoward Chu <hyc@symas.com>2016-04-05 21:05:24 +0100
commit372acee72303b4d7ea225981c523d328fda297be (patch)
treec1da5004db9d5e62af8f2c5641c4c5fd8c77ca51 /src/blockchain_db/blockchain_db.h
parentCleanup and clarify (diff)
downloadmonero-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.h3
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;