Skip to content

Commit 65d8714

Browse files
committed
Remove dead code.
1 parent 850c76d commit 65d8714

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/query/navigate/navigate_reverse.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ BOOST_AUTO_TEST_CASE(query_navigate__to_block__always__expected)
198198
BOOST_REQUIRE(query.set(test::block1, test::context, false, false));
199199
BOOST_REQUIRE(query.set(test::block2, test::context, false, false));
200200

201-
// for to_strong/to_strongs
202-
const auto hash0 = test::genesis.transaction_hashes(false).front();
203-
const auto hash1 = test::block1.transaction_hashes(false).front();
204-
const auto hash2 = test::block2.transaction_hashes(false).front();
205-
const auto hash3 = test::block3.transaction_hashes(false).front();
206-
207201
// Either not strong or not found, except genesis.
208202
BOOST_REQUIRE(!query.to_block(0).is_terminal());
209203
BOOST_REQUIRE(query.to_block(1).is_terminal());

0 commit comments

Comments
 (0)