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:
Christoph Borchert
2014-12-16 16:35:41 +01:00
committed by Horst Schirmeier
parent 57e4541190
commit ed18399ff6

View File

@ -183,7 +183,6 @@ bool FESamplingPruner::sampling_prune(const fail::Database::Variant& variant)
if (!db->query(ss.str().c_str())) return false;
ss.str("");
num_fsppilot_entries += db->affected_rows();
assert(num_fsppilot_entries == (samplerows + 1));
LOG << "created " << num_fsppilot_entries << " fsppilot entries" << std::endl;