Skip to content

Commit 66acffa

Browse files
committed
minor, removed unused cached arguments
1 parent 87a6ef9 commit 66acffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PythonCextBuiltins.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,8 +2386,6 @@ abstract static class PyFloatFromDoubleNode extends PythonUnaryBuiltinNode {
23862386

23872387
@Specialization(guards = {"!isDouble(obj)"})
23882388
public Object fromDouble(VirtualFrame frame, Object obj,
2389-
@SuppressWarnings("unused") @Cached GetClassNode getClassNode,
2390-
@SuppressWarnings("unused") @Cached IsSubtypeNode isSubtypeNode,
23912389
@Cached StrNode strNode,
23922390
@Cached PRaiseNativeNode raiseNativeNode) {
23932391
// cpython PyFloat_FromDouble takes only 'double'

0 commit comments

Comments
 (0)