diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-19 07:48:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-19 07:48:16 (GMT) |
commit | b75826d2987d58252f1bf7edf673ec3c9024bf95 (patch) | |
tree | 3c85fb01727a495c83af12d09b773e54521ded9f /src | |
parent | 9b7c83bbda30c0896067895e8bb640a9c3dcb039 (diff) |
Leftover from previous merge
Diffstat (limited to 'src')
-rw-r--r-- | src/module.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/module.cc b/src/module.cc index 35b8edf..8fb8506 100644 --- a/src/module.cc +++ b/src/module.cc @@ -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; |