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 87a6ef9 commit 66acffaCopy full SHA for 66acffa
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PythonCextBuiltins.java
@@ -2386,8 +2386,6 @@ abstract static class PyFloatFromDoubleNode extends PythonUnaryBuiltinNode {
2386
2387
@Specialization(guards = {"!isDouble(obj)"})
2388
public Object fromDouble(VirtualFrame frame, Object obj,
2389
- @SuppressWarnings("unused") @Cached GetClassNode getClassNode,
2390
- @SuppressWarnings("unused") @Cached IsSubtypeNode isSubtypeNode,
2391
@Cached StrNode strNode,
2392
@Cached PRaiseNativeNode raiseNativeNode) {
2393
// cpython PyFloat_FromDouble takes only 'double'
0 commit comments