Remove last traces of AsmBlockStatement

This commit is contained in:
kai 2015-03-01 17:33:08 +01:00
parent b39aa068fc
commit 0551f613e4
6 changed files with 1 additions and 21 deletions

View file

@ -259,7 +259,6 @@ public:
}
void visit(AsmStatement *s) { }
void visit(ImportStatement *s) { }
void visit(AsmBlockStatement *s) { }
};
//////////////////////////////////////////////////////////////////////////////