Skip to content

Commit

Permalink
[Truffle] Remove dead conversion to full source section.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Oct 31, 2016
1 parent 407dd85 commit e832cec
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -119,7 +119,6 @@ public RubyNode visitArgsNode(ArgsParseNode node) {
argsNode = node;

final RubySourceSection sourceSection = translate(node.getPosition());
final SourceSection fullSourceSection = sourceSection.toSourceSection(source);

final List<RubyNode> sequence = new ArrayList<>();

Expand Down

0 comments on commit e832cec

Please sign in to comment.