Skip to content

Commit

Permalink
Merge #192
Browse files Browse the repository at this point in the history
192: Remove unused attribute. r=ptersilie a=ltratt



Co-authored-by: Laurence Tratt <[email protected]>
  • Loading branch information
bors[bot] and ltratt authored Jun 1, 2020
2 parents 59965f0 + d356d88 commit ee21051
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lrtable/src/lib/statetable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ pub struct StateTable<StorageT> {
core_reduces: Vob,
state_shifts: Vob,
reduce_states: Vob,
rules_len: RIdx<StorageT>,
prods_len: PIdx<StorageT>,
tokens_len: TIdx<StorageT>,
conflicts: Option<Conflicts<StorageT>>,
Expand Down Expand Up @@ -353,7 +352,6 @@ where
state_shifts,
core_reduces,
reduce_states,
rules_len: grm.rules_len(),
prods_len: grm.prods_len(),
tokens_len: grm.tokens_len(),
conflicts,
Expand Down

0 comments on commit ee21051

Please sign in to comment.