aboutsummaryrefslogtreecommitdiff
path: root/src/test/bswap_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bswap_tests.cpp')
-rw-r--r--src/test/bswap_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/bswap_tests.cpp b/src/test/bswap_tests.cpp
index c89cb5488d..2dbca4e8b6 100644
--- a/src/test/bswap_tests.cpp
+++ b/src/test/bswap_tests.cpp
@@ -11,7 +11,6 @@ BOOST_FIXTURE_TEST_SUITE(bswap_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(bswap_tests)
{
- // Sibling in bitcoin/src/qt/test/compattests.cpp
uint16_t u1 = 0x1234;
uint32_t u2 = 0x56789abc;
uint64_t u3 = 0xdef0123456789abc;