Skip to content

Commit 0f6cc66

Browse files
committed
Remove empty object initializer
1 parent aeb3777 commit 0f6cc66

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,9 +2080,6 @@ public GraalHPyHandle createHandle(Object delegate) {
20802080

20812081
private long nativeSpacePointers;
20822082

2083-
{
2084-
}
2085-
20862083
@TruffleBoundary(allowInlining = true)
20872084
private int allocateHandle() {
20882085
int freeItem = freeStack.pop();

0 commit comments

Comments
 (0)