Skip to content

Commit

Permalink
Remove commented out unreachable states for TF2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Jun 1, 2017
1 parent f55bb0e commit 997f246
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axelrod/strategies/finite_state_machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,6 @@ def __init__(self) -> None:
(2, C, 14, D), (2, D, 9, D),
(3, C, 0, C), (3, D, 1, D),
(4, C, 1, D), (4, D, 2, D),
# (5, C, 12, C), (5, D, 6, C),
# (6, C, 1, C), (6, D, 14, D),
(7, C, 12, D), (7, D, 2, D),
(8, C, 7, D), (8, D, 9, D),
(9, C, 8, D), (9, D, 0, D),
Expand Down

0 comments on commit 997f246

Please sign in to comment.