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 76ec107 commit 7a87904Copy full SHA for 7a87904
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/attributes/GetAttributeNode.java
@@ -55,7 +55,6 @@
55
import com.oracle.truffle.api.dsl.NodeChild;
56
import com.oracle.truffle.api.dsl.Specialization;
57
import com.oracle.truffle.api.nodes.UnexpectedResultException;
58
-import com.oracle.truffle.api.profiles.ConditionProfile;
59
60
@NodeChild(value = "object", type = ExpressionNode.class)
61
public abstract class GetAttributeNode extends ExpressionNode implements ReadNode {
0 commit comments