diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 01:42:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 02:29:09 +0100 |
commit | c513510f4ef39f0b211e9f80fc786e4510065906 (patch) | |
tree | 2d1df3cccb8d3495f74ee34c5ae07e2b97458802 | |
parent | a28c0c1418415034f14b2250ff865323e434f10f (diff) |
w
-rw-r--r-- | serialize/packbits.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/serialize/packbits.cpp b/serialize/packbits.cpp index a45c68d8..23d5fdeb 100644 --- a/serialize/packbits.cpp +++ b/serialize/packbits.cpp @@ -9,8 +9,6 @@ namespace { constexpr bool test1() { - constexpr size_t left[] = { 8, 3, 2, 1, 0 }; - constexpr size_t rest[] = { 0, 5, 6, 7, 8 }; constexpr size_t bits[] = { 5, 2, 1, 0 }; constexpr size_t vals[] = { 8, 3, 1, 0 }; |