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

@@ -20,10 +20,6 @@ public class InvDefinition extends DualNode {
@Export("size")
public int size;
static {
__ib_f = new EvictingDualNodeHashTable(64);
}
InvDefinition() {
this.size = 0;
}
@@ -66,4 +62,8 @@ public class InvDefinition extends DualNode {
public static void method4754() {
ParamKeyDefinition.ParamKeyDefinition_cached.clear();
}
static {
__ib_f = new EvictingDualNodeHashTable(64);
}
}