From 918eb945239c86e0b22ccd5eb577e685673c9fe3 Mon Sep 17 00:00:00 2001 From: friemel Date: Fri, 7 Sep 2012 22:39:54 +0000 Subject: [PATCH] Removed unnecessary commented out code from previous commit. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1605 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/gem5/Gem5Controller.cc | 4 ---- 1 file changed, 4 deletions(-) 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();