Skip to content

Commit 53ac5d8

Browse files
Remove unused field
1 parent 74295a0 commit 53ac5d8

File tree

1 file changed

+0
-1
lines changed
  • espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/impl

1 file changed

+0
-1
lines changed

espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/impl/ClassRegistry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ private ClassDefinitionInfo(StaticObject protectionDomain,
123123
public final boolean isHidden;
124124
public final boolean isStrongHidden;
125125
public final boolean forceAllowVMAnnotations;
126-
public long klassID = -1;
127126

128127
public boolean addedToRegistry() {
129128
return !isAnonymousClass() && !isHidden();

0 commit comments

Comments
 (0)