Another shadowing error

This commit is contained in:
Steffen Gaisser 2020-08-13 19:11:23 +02:00
parent 3d89bc83e5
commit 287a83c54c
1 changed files with 0 additions and 1 deletions

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;