diff --git a/core/SAL/SimulatorController.cc b/core/SAL/SimulatorController.cc index 11c20944..fbdc973c 100644 --- a/core/SAL/SimulatorController.cc +++ b/core/SAL/SimulatorController.cc @@ -175,8 +175,6 @@ void SimulatorController::onTrapEvent(unsigned trapNum) void SimulatorController::onGuestSystemEvent(char data, unsigned port) { - // TODO: Eher ein Entwurf... - fi::EventList::iterator it = m_EvList.begin(); while(it != m_EvList.end()) // check for active events {