summaryrefslogtreecommitdiff
path: root/src/cpu/CheckerCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/CheckerCPU.py')
-rw-r--r--src/cpu/CheckerCPU.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/CheckerCPU.py b/src/cpu/CheckerCPU.py
index bff9af62d..132254413 100644
--- a/src/cpu/CheckerCPU.py
+++ b/src/cpu/CheckerCPU.py
@@ -27,7 +27,6 @@
# Authors: Nathan Binkert
from m5.params import *
-from m5 import build_env
from BaseCPU import BaseCPU
class CheckerCPU(BaseCPU):