folly: fix clang build with -Wunused-const-variable
[folly.git] / folly / experimental / test / EliasFanoCodingTest.cpp
index 16482e097afc9d43b71f476a36c5ebcb614cfc1d..47fdf007adbc938dd1c0daea28268830b599890b 100644 (file)
@@ -84,8 +84,6 @@ TEST_F(EliasFanoCodingTest, Select64) {
 
 namespace bm {
 
-constexpr size_t k1M = 1000000;
-
 typedef EliasFanoEncoderV2<uint32_t, uint32_t, 128, 128> Encoder;
 typedef EliasFanoReader<Encoder> Reader;