summaryrefslogtreecommitdiff
path: root/python/m5/objects/IntrControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/IntrControl.py')
-rw-r--r--python/m5/objects/IntrControl.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/m5/objects/IntrControl.py b/python/m5/objects/IntrControl.py
deleted file mode 100644
index 66c82c182..000000000
--- a/python/m5/objects/IntrControl.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from m5 import *
-class IntrControl(SimObject):
- type = 'IntrControl'
- cpu = Param.BaseCPU(Parent.any, "the cpu")