summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/IntrControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/IntrControl.py')
-rw-r--r--src/python/m5/objects/IntrControl.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/python/m5/objects/IntrControl.py b/src/python/m5/objects/IntrControl.py
deleted file mode 100644
index 398ba47f9..000000000
--- a/src/python/m5/objects/IntrControl.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from m5.SimObject import SimObject
-from m5.params import *
-from m5.proxy import *
-class IntrControl(SimObject):
- type = 'IntrControl'
- sys = Param.System(Parent.any, "the system we are part of")