Remove an unused variable.

Issue found by cppcheck.
This commit is contained in:
Mark de Wever 2010-03-30 21:56:54 +00:00
parent 979406ea9e
commit b08f079404

View file

@ -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;