Leftover from previous merge

epec-fast
Marius Kintel 2013-06-19 03:48:16 -04:00
parent 9b7c83bbda
commit b75826d298
1 changed files with 0 additions and 3 deletions

View File

@ -293,9 +293,6 @@ bool FileModule::handleDependencies()
}
}
}
BOOST_FOREACH(const FileModule::ModuleContainer::value_type &mod, modified_modules) {
this->usedlibs[mod.first] = mod.second;
}
this->is_handling_dependencies = false;
return changed;