summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/MachineAST.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/MachineAST.py')
-rw-r--r--src/mem/slicc/ast/MachineAST.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/slicc/ast/MachineAST.py b/src/mem/slicc/ast/MachineAST.py
index c48d2aef1..d494cb7ce 100644
--- a/src/mem/slicc/ast/MachineAST.py
+++ b/src/mem/slicc/ast/MachineAST.py
@@ -44,10 +44,6 @@ class MachineAST(DeclAST):
s = set(('%s_Controller.cc' % self.ident,
'%s_Controller.hh' % self.ident,
'%s_Controller.py' % self.ident,
- '%s_Profiler.cc' % self.ident,
- '%s_Profiler.hh' % self.ident,
- '%s_ProfileDumper.cc' % self.ident,
- '%s_ProfileDumper.hh' % self.ident,
'%s_Transitions.cc' % self.ident,
'%s_Wakeup.cc' % self.ident))