Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2a3b8c2f746
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4917d7d01adc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 5, 2014

  1. Copy the full SHA
    d454f28 View commit details
  2. Copy the full SHA
    4917d7d View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 core/src/main/java/org/jruby/truffle/nodes/literal/ArrayLiteralNode.java
Original file line number Diff line number Diff line change
@@ -102,8 +102,6 @@ public FloatArrayLiteralNode(RubyContext context, SourceSection sourceSection, R
@ExplodeLoop
@Override
public RubyArray executeArray(VirtualFrame frame) {
notDesignedForCompilation();

final double[] executedValues = new double[values.length];

for (int n = 0; n < values.length; n++) {