Skip to content

Commit

Permalink
Remove getValues that never ended up being useful.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 17, 2012
1 parent a93b72d commit 2c44ffd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/org/jruby/RubyArray.java
Expand Up @@ -418,10 +418,6 @@ public IRubyObject[] toJavaArrayMaybeUnsafe() {
return (!isShared && begin == 0 && values.length == realLength) ? values : toJavaArray();
}

public IRubyObject[] getValues() {
return values;
}

/** rb_ary_make_shared
*
*/
Expand Down

0 comments on commit 2c44ffd

Please sign in to comment.