Skip to content

Commit 98e9310

Browse files
committed
Remove no longer used constant
1 parent 9f50458 commit 98e9310

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/src/main/java/org/jruby/RubyKernel.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ public static RubyFloat new_float(IRubyObject recv, IRubyObject object) {
420420
return (RubyFloat) new_float(recv.getRuntime().getCurrentContext(), object, true);
421421
}
422422

423-
private static final ByteList ZEROx = new ByteList(new byte[] { '0','x' }, false);
424-
425423
public static RubyFloat new_float(final Ruby runtime, IRubyObject object) {
426424
return (RubyFloat) new_float(runtime.getCurrentContext(), object, true);
427425
}

0 commit comments

Comments
 (0)