summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/OzoneCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/OzoneCPU.py')
-rw-r--r--src/python/m5/objects/OzoneCPU.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/m5/objects/OzoneCPU.py b/src/python/m5/objects/OzoneCPU.py
index f2d9aea84..8aff89203 100644
--- a/src/python/m5/objects/OzoneCPU.py
+++ b/src/python/m5/objects/OzoneCPU.py
@@ -7,9 +7,6 @@ class DerivOzoneCPU(BaseCPU):
numThreads = Param.Unsigned("number of HW thread contexts")
- if not build_env['FULL_SYSTEM']:
- mem = Param.FunctionalMemory(NULL, "memory")
-
checker = Param.BaseCPU("Checker CPU")
width = Param.Unsigned("Width")