[llvm-exegesis] Remove unused variable after D72928
authorMiloš Stojanović <Milos.Stojanovic@rt-rk.com>
Mon, 20 Jan 2020 17:22:06 +0000 (18:22 +0100)
committerMiloš Stojanović <Milos.Stojanovic@rt-rk.com>
Mon, 20 Jan 2020 17:23:41 +0000 (18:23 +0100)
llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.cpp

index 995195d..83a3f01 100644 (file)
@@ -14,8 +14,6 @@
 namespace llvm {
 namespace exegesis {
 
-static constexpr size_t kMaxAliasingInstructions = 10;
-
 LatencyBenchmarkRunner::LatencyBenchmarkRunner(const LLVMState &State,
                                                InstructionBenchmark::ModeE Mode)
     : BenchmarkRunner(State, Mode) {