We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3acfa commit f05fc16Copy full SHA for f05fc16
1 file changed
test/primitives/nomap.cpp
@@ -530,7 +530,6 @@ BOOST_AUTO_TEST_CASE(nomap__record_get__excess__false)
530
test::chunk_storage body_store{ body_file };
531
const nomap<link5, record_excess::size> instance{ head_store, body_store };
532
533
- record_excess record{};
534
BC_DEBUG_ONLY(BOOST_REQUIRE(!instance.get(zero, record));)
535
BOOST_REQUIRE(!instance.get_fault());
536
}
0 commit comments