Skip to content

Commit 8542dca

Browse files
committed
Remove dead code.
1 parent af93494 commit 8542dca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/math/bytes.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
BOOST_AUTO_TEST_SUITE(bytes_tests)
2222

23-
constexpr auto foo = byte_width(1_u8);
24-
25-
// byte_width (unsigned/positive)
23+
// byte_width (unsigned/positive)
2624
static_assert(byte_width(0_u8) == 0);
2725
static_assert(byte_width(1_u8) == 1);
2826
static_assert(byte_width(2_u8) == 1);

0 commit comments

Comments
 (0)