Skip to content

Commit

Permalink
Removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jan 27, 2018
1 parent aa7fc99 commit c2ddf6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parglare/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def merge_states(old_state, new_state):

# Check if merging would result in additional R/R conflict
for old, new in item_pairs:
(new.follow.difference(old.follow))
for s in (s for s in old_state.kernel_items
if s.is_at_end and s is not old):
if s.follow.intersection(
Expand Down

0 comments on commit c2ddf6c

Please sign in to comment.