mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-26 07:49:28 +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();
|
className = classFile.getThisClass().getName();
|
||||||
MethodInfo[] methods = classFile.getMethods();
|
MethodInfo[] methods = classFile.getMethods();
|
||||||
for( MethodInfo method : methods ) {
|
for( MethodInfo method : methods ) {
|
||||||
Code code = method.getCode();
|
|
||||||
handler.accept( method );
|
handler.accept( method );
|
||||||
}
|
}
|
||||||
} catch( IOException ioex ) {
|
} catch( IOException ioex ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user