CLEANUP: Remove duplicate check in pruning code.
This commit is contained in:
parent
d348736c87
commit
d9eab0bc02
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user