From c513510f4ef39f0b211e9f80fc786e4510065906 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2024 01:42:03 +0100 Subject: w --- serialize/packbits.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'serialize') 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 }; -- cgit v1.2.3