From b75826d2987d58252f1bf7edf673ec3c9024bf95 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 19 Jun 2013 03:48:16 -0400 Subject: [PATCH] Leftover from previous merge --- src/module.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/module.cc b/src/module.cc index 35b8edf1..8fb8506b 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;