diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-12-05 19:20:19 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-12-05 21:13:13 +0000 |
commit | 6644b9b7b72919f43d05585a4c2590cec8a7beda (patch) | |
tree | f1a2967b1236e1d18f1f4a2fa4b6650ae08c2b33 /src/blockchain_db/lmdb/db_lmdb.h | |
parent | Merge pull request #4878 (diff) | |
download | monero-6644b9b7b72919f43d05585a4c2590cec8a7beda.tar.xz |
blockchain_db: remove a couple unused functions
Diffstat (limited to '')
-rw-r--r-- | src/blockchain_db/lmdb/db_lmdb.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/blockchain_db/lmdb/db_lmdb.h b/src/blockchain_db/lmdb/db_lmdb.h index 26159ab4d..12261dca3 100644 --- a/src/blockchain_db/lmdb/db_lmdb.h +++ b/src/blockchain_db/lmdb/db_lmdb.h @@ -357,24 +357,6 @@ private: virtual void check_hard_fork_info(); virtual void drop_hard_fork_info(); - /** - * @brief convert a tx output to a blob for storage - * - * @param output the output to convert - * - * @return the resultant blob - */ - blobdata output_to_blob(const tx_out& output) const; - - /** - * @brief convert a tx output blob to a tx output - * - * @param blob the blob to convert - * - * @return the resultant tx output - */ - tx_out output_from_blob(const blobdata& blob) const; - void check_open() const; virtual bool is_read_only() const; |