Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove newline unwrapping because I cannot get any tests to fail with…
… it gone
  • Loading branch information
enebo committed Dec 30, 2014
1 parent b00d83d commit ba596b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/jruby/ir/IRBuilder.java
Expand Up @@ -558,8 +558,6 @@ protected Variable getValueInTemporaryVariable(IRScope s, Operand val) {

// Return the last argument in the list -- AttrAssign needs it
protected Operand buildCallArgs(List<Operand> argsList, Node args, IRScope s) {
// unwrap newline nodes to get their actual type
args = skipOverNewlines(s, args);
switch (args.getNodeType()) {
case ARGSCATNODE: {
ArgsCatNode argsCatNode = (ArgsCatNode)args;
Expand Down

0 comments on commit ba596b0

Please sign in to comment.