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 7916cc3 commit c1d548eCopy full SHA for c1d548e
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/truffle/PythonArithmeticTypes.java
@@ -33,7 +33,6 @@
33
import com.oracle.truffle.api.dsl.TypeCast;
34
import com.oracle.truffle.api.dsl.TypeCheck;
35
import com.oracle.truffle.api.dsl.TypeSystem;
36
-import com.oracle.truffle.api.strings.TruffleString;
37
38
/**
39
* This type system is supposed to be used in builtin nodes to reduce the number of specializations
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/truffle/PythonTypes.java
@@ -32,7 +32,6 @@
32
@TypeSystem
public abstract class PythonTypes {
0 commit comments