diff options
| -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; | 
