Remove an unused variable.
Issue found by cppcheck.
This commit is contained in:
parent
979406ea9e
commit
b08f079404
1 changed files with 0 additions and 1 deletions
|
@ -941,7 +941,6 @@ static void run(unsigned specific_battle)
|
|||
if (i == j)
|
||||
continue;
|
||||
for (k = 0; k < NUM_UNITS; ++k) {
|
||||
double untouched;
|
||||
if (i == k || j == k)
|
||||
continue;
|
||||
++battle;
|
||||
|
|
Loading…
Add table
Reference in a new issue