fiveofswords / botc-bot

The bot for running games on the five of swords
2 stars 1 forks source link

Cleaned up two pieces of dead code found by intellij static analysis. #32

Closed ratteler50 closed 3 months ago

ratteler50 commented 3 months ago

1) Banshee.refresh was defined twice (kept the one right under init)

2) A recursive call(?) to yes_no at the end of the yes_no function that is never reached since all branches return.