removed unused method

This commit is contained in:
Krauß, Josefine 2024-05-31 11:06:10 +02:00
parent 8d6d8d5588
commit b20b7adc99

View File

@ -24,10 +24,5 @@ public class NewStatementExpression extends AbstractType implements IExpression,
}
@Override
public void codeGen(MethodVisitor mv, HashMap<String, HashMap<String, String>> typeContext, LinkedHashMap<String, String> localVars) throws Exception {
}
}