Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1982,10 +1982,6 @@ public RubyNode visitMultipleAsgnNode(org.jruby.ast.MultipleAsgnNode node) {

// TODO CS 5-Jan-15 we shouldn't be doing this kind of low level optimisation or pattern matching - EA should do it for us

if (sourceSection.getSource().getName().endsWith("test.rb")) {
rhsTranslated = rhsTranslated;
}

if (preArray != null
&& node.getPost() == null
&& node.getRest() == null

1 comment on commit 677d414

@nirvdrum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was curious about this fragment. Now I know!

Please sign in to comment.