fix compiler warnings from gcc-4.9 + -Wunused-variable
[folly.git] / folly / test / VarintTest.cpp
index 22076affeb9d5d842fc5b7e34d9575beb87e9ac0..5c0bcf57484491d24b50e8e5627d73a575e0a648 100644 (file)
@@ -163,7 +163,6 @@ void generateRandomValues() {
 BENCHMARK(VarintEncoding, iters) {
   uint8_t* start = &(*gEncoded.begin());
   uint8_t* p = start;
-  bool empty = (iters == 0);
   while (iters--) {
     p = start;
     for (auto& v : gValues) {