mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +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 isImport;
|
||||||
|
|
||||||
private boolean isPrepared;
|
|
||||||
|
|
||||||
private HashMap<String,AnyType> globals = new HashMap<>();
|
private HashMap<String,AnyType> globals = new HashMap<>();
|
||||||
|
|
||||||
private boolean useExceptions;
|
private boolean useExceptions;
|
||||||
@ -238,7 +236,7 @@ public class TextModuleWriter extends ModuleWriter {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected void prepareFinish() {
|
protected void prepareFinish() {
|
||||||
isPrepared = true;
|
// nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user