Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@
import org.jruby.truffle.nodes.RubyNode;
import org.jruby.truffle.runtime.NotProvided;
import org.jruby.truffle.runtime.core.CoreLibrary;
import org.jruby.truffle.runtime.core.RubyBasicObject;
import org.jruby.truffle.runtime.core.RubyRange;

public class FixnumLowerNode extends RubyNode {
@@ -37,11 +36,6 @@ public FixnumLowerNode(RubyNode child) {
this.child = child;
}

@Override
public RubyBasicObject executeRubyBasicObject(VirtualFrame frame) throws UnexpectedResultException {
throw new UnsupportedOperationException();
}

@Override
public Object execute(VirtualFrame frame) {
final Object value = child.execute(frame);

0 comments on commit 2d142da

Please sign in to comment.