remove unused code

This commit is contained in:
Volker Berlin 2018-12-16 11:23:35 +01:00
parent ad30f90f48
commit 5d237c2ae1

View File

@ -150,7 +150,6 @@ public class ModuleGenerator {
className = classFile.getThisClass().getName();
MethodInfo[] methods = classFile.getMethods();
for( MethodInfo method : methods ) {
Code code = method.getCode();
handler.accept( method );
}
} catch( IOException ioex ) {