summaryrefslogtreecommitdiff
path: root/src/cpu/dummy_checker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/dummy_checker.cc')
-rw-r--r--src/cpu/dummy_checker.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/dummy_checker.cc b/src/cpu/dummy_checker.cc
index c42c8b5d6..d119d6189 100644
--- a/src/cpu/dummy_checker.cc
+++ b/src/cpu/dummy_checker.cc
@@ -48,7 +48,6 @@ DummyCheckerParams::create()
// cpu and therefore any parameters for early exit don't make much
// sense.
fatal_if(max_insts_any_thread || max_insts_all_threads ||
- max_loads_any_thread || max_loads_all_threads ||
progress_interval, "Invalid checker parameters");
return new DummyChecker(this);