aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-08-19 15:56:24 +0200
committerselsta <selsta@sent.at>2021-08-19 15:57:13 +0200
commit573a0255a8aee5cf63fc39573a4e960fc0e40ef0 (patch)
treee758d2f2e89d8cdb474f8b738f46e012be79917a /tests
parentMerge pull request #7818 (diff)
downloadmonero-573a0255a8aee5cf63fc39573a4e960fc0e40ef0.tar.xz
core_tests: remove unused typedef, fix warning
Diffstat (limited to 'tests')
-rw-r--r--tests/core_tests/transaction_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/core_tests/transaction_tests.cpp b/tests/core_tests/transaction_tests.cpp
index d19bdd1f9..efd294336 100644
--- a/tests/core_tests/transaction_tests.cpp
+++ b/tests/core_tests/transaction_tests.cpp
@@ -72,7 +72,6 @@ bool test_transaction_generation_and_ring_signature()
construct_miner_tx(0, 0, 0, 0, 0, miner_acc6.get_keys().m_account_address, tx_mine_6);
//fill inputs entry
- typedef tx_source_entry::output_entry tx_output_entry;
std::vector<tx_source_entry> sources;
sources.resize(sources.size()+1);
tx_source_entry& src = sources.back();