Revert "Merge branch 'master' into master"
This reverts commit43520c1958, reversing changes made to2e7aea3c62.
This commit is contained in:
@@ -32,6 +32,10 @@ public class VarpDefinition extends DualNode {
|
||||
@Export("type")
|
||||
public int type;
|
||||
|
||||
static {
|
||||
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
}
|
||||
|
||||
VarpDefinition() {
|
||||
this.type = 0;
|
||||
}
|
||||
@@ -65,8 +69,4 @@ public class VarpDefinition extends DualNode {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user