This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -32,10 +32,6 @@ public class VarpDefinition extends DualNode {
@Export("type")
public int type;
static {
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
}
VarpDefinition() {
this.type = 0;
}
@@ -69,4 +65,8 @@ public class VarpDefinition extends DualNode {
}
}
static {
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
}
}