summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/DeclListAST.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/DeclListAST.py')
-rw-r--r--src/mem/slicc/ast/DeclListAST.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mem/slicc/ast/DeclListAST.py b/src/mem/slicc/ast/DeclListAST.py
index 36c520070..4ba41ed6c 100644
--- a/src/mem/slicc/ast/DeclListAST.py
+++ b/src/mem/slicc/ast/DeclListAST.py
@@ -46,8 +46,5 @@ class DeclListAST(AST):
def generate(self):
for decl in self.decls:
- decl.generate()
-
- def findMachines(self):
- for decl in self.decls:
decl.findMachines()
+ decl.generate()