Fixed a shadowing issue with moving a declaration to inner scope #163

Merged
muellerr merged 4 commits from gaisser/fsfw:gaisser_small_bugfix_subsystem into master 2020-08-28 17:01:19 +02:00
Showing only changes of commit 287a83c54c - Show all commits

View File

@ -100,7 +100,6 @@ void ObjectManager::initialize() {
}
void ObjectManager::printList() {
std::map<object_id_t, SystemObjectIF*>::iterator it;
sif::debug << "ObjectManager: Object List contains:" << std::endl;
for (auto const& it : objectList) {
sif::debug << std::hex << it.first << " | " << it.second << std::endl;