File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
core/src/main/java/org/jruby/truffle/nodes/core Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,10 @@ public ReferenceEqualNode(ReferenceEqualNode prev) {
122
122
@ Specialization public boolean equal (boolean a , BigInteger b ) { return false ; }
123
123
124
124
@ Specialization public boolean equal (int a , boolean b ) { return false ; }
125
- @ Specialization public boolean equal (int a , long b ) { return false ; }
126
125
@ Specialization public boolean equal (int a , double b ) { return false ; }
127
126
@ Specialization public boolean equal (int a , BigInteger b ) { return false ; }
128
127
129
128
@ Specialization public boolean equal (long a , boolean b ) { return false ; }
130
- @ Specialization public boolean equal (long a , int b ) { return false ; }
131
129
@ Specialization public boolean equal (long a , double b ) { return false ; }
132
130
@ Specialization public boolean equal (long a , BigInteger b ) { return false ; }
133
131
You can’t perform that action at this time.
0 commit comments