folly: fix clang build with -Wunused-const-variable
[folly.git] / folly / test / FBVectorBenchmark.cpp
index ee3c2bcd193fbb91b7ce1d428e2eea791be2e2f0..3ff6b9dee74f94b52c9e4358431552824ea43084 100644 (file)
@@ -37,8 +37,6 @@ using namespace folly;
 auto static const seed = randomNumberSeed();
 typedef boost::mt19937 RandomT;
 static RandomT rng(seed);
-static const size_t maxString = 100;
-static const bool avoidAliasing = true;
 
 template <class Integral1, class Integral2>
 Integral2 random(Integral1 low, Integral2 up) {