prune-trace: remove invalid assertion
This assertion in the FESamplingPruner is invalid if the import took place without "write" ECs. Change-Id: I7d1bbcf1572573e2ac97e9be1191fbf9fe61f755
This commit is contained in:
committed by
Horst Schirmeier
parent
57e4541190
commit
ed18399ff6
@ -183,7 +183,6 @@ bool FESamplingPruner::sampling_prune(const fail::Database::Variant& variant)
|
|||||||
if (!db->query(ss.str().c_str())) return false;
|
if (!db->query(ss.str().c_str())) return false;
|
||||||
ss.str("");
|
ss.str("");
|
||||||
num_fsppilot_entries += db->affected_rows();
|
num_fsppilot_entries += db->affected_rows();
|
||||||
assert(num_fsppilot_entries == (samplerows + 1));
|
|
||||||
|
|
||||||
LOG << "created " << num_fsppilot_entries << " fsppilot entries" << std::endl;
|
LOG << "created " << num_fsppilot_entries << " fsppilot entries" << std::endl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user