Skip to content

Commit 5c6b258

Browse files
committed
Removing static declaration that is not needed.
1 parent cec3b68 commit 5c6b258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/expression/IsExpressionNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ boolean doIt(Object left, Object right,
7474
}
7575

7676
@GenerateUncached
77-
@ImportStatic({PGuards.class})
7877
public abstract static class IsNode extends Node {
7978

8079
public abstract boolean execute(Object left, Object right);

0 commit comments

Comments
 (0)