]> git.tdb.fi Git - builder.git/blobdiff - source/config.cpp
Variables in Build files weren't such a hot idea. KISS.
[builder.git] / source / config.cpp
index 489026329ec4338390badffe13be7b5b6ef08435..c6dcb70b25ee9a31f90fa0ffce557592ce36c850 100644 (file)
@@ -52,12 +52,6 @@ bool Config::update(const StringMap &opts)
        return changed_now;
 }
 
-void Config::finish()
-{
-       for(OptionMap::iterator i=options.begin(); i!=options.end(); ++i)
-               i->second.value = package.expand_string(i->second.value);
-}
-
 void Config::save() const
 {
        if(!changed)