summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--serialize/packbits.cpp2
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 };