diff --git a/src/core/sal/gem5/Gem5Controller.cc b/src/core/sal/gem5/Gem5Controller.cc index 969cdf2d..cb86aa85 100644 --- a/src/core/sal/gem5/Gem5Controller.cc +++ b/src/core/sal/gem5/Gem5Controller.cc @@ -36,10 +36,6 @@ void Gem5Controller::reboot() void Gem5Controller::onBreakpoint(address_t instrPtr, address_t address_space) { - /*bp_cache_t &buffer_cache = m_LstList.getBPBuffer(); - bp_cache_t::iterator it = buffer_cache.begin(); - for (stringvector::iterator it = strings.begin(); it != strings.end(); it++)*/ - bool do_fire = false; // Check for active breakpoint-events: bp_cache_t &buffer_cache = m_LstList.getBPBuffer();