diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
| commit | ce5800a22539e3d5811edfdf4cdd07e1fbc62cef (patch) | |
| tree | c4a46216b6b206fcee185d13ed6c6f344ae990b7 /src/blockchain_utilities/blockchain_ancestry.cpp | |
| parent | 33004ded629dfa309ff43adcd6a93f6f2b9dfcbd (diff) | |
| parent | 85db1734e7dd456c1edb095a2c829527262b96c7 (diff) | |
| download | monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.gz monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.xz monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.zip | |
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
Diffstat (limited to 'src/blockchain_utilities/blockchain_ancestry.cpp')
| -rw-r--r-- | src/blockchain_utilities/blockchain_ancestry.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blockchain_utilities/blockchain_ancestry.cpp b/src/blockchain_utilities/blockchain_ancestry.cpp index 89b932e4f..4bf6ade5b 100644 --- a/src/blockchain_utilities/blockchain_ancestry.cpp +++ b/src/blockchain_utilities/blockchain_ancestry.cpp @@ -575,7 +575,6 @@ int main(int argc, char* argv[]) { add_ancestry(state.ancestry, txid, ancestor{amount, offset}); // find the tx which created this output - bool found = false; crypto::hash output_txid; if (!get_output_txid(state, db, amount, offset, output_txid)) { @@ -693,7 +692,6 @@ int main(int argc, char* argv[]) add_ancestor(ancestry, amount, offset); // find the tx which created this output - bool found = false; crypto::hash output_txid; if (!get_output_txid(state, db, amount, offset, output_txid)) { |
