ecos_kernel_test: simplification (no need to call clearListeners() here).

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1843 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-10-25 15:52:55 +00:00
parent e8f715f8af
commit 34d89000cf

View File

@ -474,9 +474,6 @@ bool EcosKernelTestExperiment::faultInjection() {
ss << "event addr " << ev << " EIP " << simulator.getRegisterManager().getInstructionPointer();
result->set_details(ss.str());
}
// explicitly remove all events before we leave their scope
// FIXME event destructors should remove them from the queues
simulator.clearListeners();
}
// sanity check: do we have exactly 8 results?
if (param.msg.result_size() != 8) {