File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/ints Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1193,7 +1193,6 @@ abstract static class RXorNode extends XorNode {
1193
1193
}
1194
1194
1195
1195
@ Builtin (name = SpecialMethodNames .__EQ__ , fixedNumOfArguments = 2 )
1196
- @ TypeSystemReference (PythonArithmeticTypes .class )
1197
1196
@ GenerateNodeFactory
1198
1197
@ TypeSystemReference (PythonArithmeticTypes .class )
1199
1198
public abstract static class EqNode extends PythonBinaryBuiltinNode {
@@ -1253,7 +1252,6 @@ Object eq(Object a, Object b) {
1253
1252
}
1254
1253
1255
1254
@ Builtin (name = SpecialMethodNames .__NE__ , fixedNumOfArguments = 2 )
1256
- @ TypeSystemReference (PythonArithmeticTypes .class )
1257
1255
@ GenerateNodeFactory
1258
1256
@ TypeSystemReference (PythonArithmeticTypes .class )
1259
1257
abstract static class NeNode extends PythonBinaryBuiltinNode {
You can’t perform that action at this time.
0 commit comments