Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
headius committed Oct 18, 2017
1 parent c87b6c8 commit 4f956b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/util/Numeric.java
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
***** END LICENSE BLOCK *****/
package org.jruby.util;

import java.math.BigInteger;
import org.joni.Regex;
import org.jcodings.specific.ASCIIEncoding;
import org.jruby.Ruby;
@@ -41,7 +40,6 @@
import org.jruby.runtime.builtin.IRubyObject;

import static org.jruby.runtime.Helpers.invokedynamic;
import static org.jruby.runtime.invokedynamic.MethodNames.OP_CMP;

public class Numeric {
public static final boolean CANON = true;

0 comments on commit 4f956b9

Please sign in to comment.