Skip to content

Commit

Permalink
Removed unused statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragostis committed Jun 25, 2016
1 parent fa35816 commit 357ca67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/grammar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,6 @@ macro_rules! grammar {
let slf = self;
grammar!(@skip $name slf);

let pos = slf.input().pos();

let result = grammar!(@atomic $name false slf [ $( $ts )* ]);

result
Expand Down

0 comments on commit 357ca67

Please sign in to comment.