Skip to content

Commit 18286e4

Browse files
committed
Remove unused method
1 parent 9f5d32d commit 18286e4

File tree

1 file changed

+0
-4
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy

1 file changed

+0
-4
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/GraalHPyContext.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,10 +3191,6 @@ boolean releaseHPyHandleForObject(int handle) {
31913191
return true;
31923192
}
31933193

3194-
void onInvalidHandle(@SuppressWarnings("unused") int id) {
3195-
// nothing to do in the universal context
3196-
}
3197-
31983194
private static final class HandleStack {
31993195
private int[] handles;
32003196
private int top = 0;

0 commit comments

Comments
 (0)