remove unused variable

This commit is contained in:
Maxmtg
2013-02-12 05:18:19 +00:00
parent 3cf7acf9f9
commit 0b0c76c6fd

View File

@@ -1643,7 +1643,6 @@ public class ComputerUtilCombat {
* a int.
*/
public static Map<Card, Integer> distributeAIDamage(final Card attacker, final List<Card> block, int damage) {
final Card c = attacker;
Map<Card, Integer> damageMap = new HashMap<Card, Integer>();
if (attacker.hasKeyword("You may have CARDNAME assign its combat damage as though it weren't blocked.")