Skip to content

Commit a54de11

Browse files
committed
remove annotation duplicated due to merge
1 parent 3352dbf commit a54de11

File tree

1 file changed

+0
-2
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints

1 file changed

+0
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints/IntBuiltins.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,6 @@ abstract static class RXorNode extends XorNode {
11931193
}
11941194

11951195
@Builtin(name = SpecialMethodNames.__EQ__, fixedNumOfArguments = 2)
1196-
@TypeSystemReference(PythonArithmeticTypes.class)
11971196
@GenerateNodeFactory
11981197
@TypeSystemReference(PythonArithmeticTypes.class)
11991198
public abstract static class EqNode extends PythonBinaryBuiltinNode {
@@ -1253,7 +1252,6 @@ Object eq(Object a, Object b) {
12531252
}
12541253

12551254
@Builtin(name = SpecialMethodNames.__NE__, fixedNumOfArguments = 2)
1256-
@TypeSystemReference(PythonArithmeticTypes.class)
12571255
@GenerateNodeFactory
12581256
@TypeSystemReference(PythonArithmeticTypes.class)
12591257
abstract static class NeNode extends PythonBinaryBuiltinNode {

0 commit comments

Comments
 (0)