Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1118,8 +1118,6 @@ public RubyNode visitDXStrNode(org.jruby.ast.DXStrNode node) {
public RubyNode visitDefinedNode(org.jruby.ast.DefinedNode node) {
final SourceSection sourceSection = translate(node.getPosition());

org.jruby.ast.Node expressionNode = node.getExpressionNode();

final RubyNode ret = new DefinedNode(context, sourceSection, node.getExpressionNode().accept(this));
return addNewlineIfNeeded(node, ret);
}

0 comments on commit 3995003

Please sign in to comment.