mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
remove unused code
This commit is contained in:
parent
ad30f90f48
commit
5d237c2ae1
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user