removed empty lines

This commit is contained in:
Felix Müller 2024-05-08 13:18:34 +02:00
parent e65761a64f
commit b8723bf83c
1 changed files with 0 additions and 7 deletions

View File

@ -98,13 +98,6 @@ IOqualifyier: KeyIn
paramdecl: type ':' Ident { DEBUG("Param-Declaration"); };
funcall: Ident argumentlist { DEBUG("Function call"); };
statementlist: statement statementlist