We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4c2b2 commit fe79f0cCopy full SHA for fe79f0c
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/NativeConversions.java
@@ -48,8 +48,4 @@ public final class NativeConversions {
48
public static FromNativeSubclassNode<Double> nativeFloat() {
49
return FromNativeSubclassNode.create(PythonBuiltinClassType.PFloat, NativeCAPISymbols.FUN_PY_FLOAT_AS_DOUBLE);
50
}
51
-
52
- public static FromNativeSubclassNode<Long> nativeLong() {
53
- return FromNativeSubclassNode.create(PythonBuiltinClassType.PFloat, NativeCAPISymbols.FUN_PY_FLOAT_AS_DOUBLE);
54
- }
55
0 commit comments