Skip to content

Commit fe79f0c

Browse files
committed
remove incorrect function
1 parent fa4c2b2 commit fe79f0c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/NativeConversions.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,4 @@ public final class NativeConversions {
4848
public static FromNativeSubclassNode<Double> nativeFloat() {
4949
return FromNativeSubclassNode.create(PythonBuiltinClassType.PFloat, NativeCAPISymbols.FUN_PY_FLOAT_AS_DOUBLE);
5050
}
51-
52-
public static FromNativeSubclassNode<Long> nativeLong() {
53-
return FromNativeSubclassNode.create(PythonBuiltinClassType.PFloat, NativeCAPISymbols.FUN_PY_FLOAT_AS_DOUBLE);
54-
}
5551
}

0 commit comments

Comments
 (0)