CLEANUP: Remove duplicate check in pruning code.

This commit is contained in:
Cas Cremers 2012-03-22 10:53:36 +01:00
parent d348736c87
commit d9eab0bc02

View File

@ -198,10 +198,6 @@ prune_bounds (const System sys)
return 1; return 1;
} }
// Limit on attack count
if (enoughAttacks (sys))
return 1;
// Pruning involving the number of intruder actions // Pruning involving the number of intruder actions
{ {
// Count intruder actions // Count intruder actions