mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
remove unused variable
This commit is contained in:
parent
724f39dc18
commit
7cbb8469e2
@ -75,8 +75,6 @@ public class TextModuleWriter extends ModuleWriter {
|
||||
|
||||
private boolean isImport;
|
||||
|
||||
private boolean isPrepared;
|
||||
|
||||
private HashMap<String,AnyType> globals = new HashMap<>();
|
||||
|
||||
private boolean useExceptions;
|
||||
@ -238,7 +236,7 @@ public class TextModuleWriter extends ModuleWriter {
|
||||
*/
|
||||
@Override
|
||||
protected void prepareFinish() {
|
||||
isPrepared = true;
|
||||
// nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user