]> git.tdb.fi Git - builder.git/blobdiff - source/config.h
Let PackageManager take care of PKG_CONFIG_PATH
[builder.git] / source / config.h
index 64e42259defb93454237f316a817155218ea31d7..8372af90f99c330c197a0343000b63d481df0013 100644 (file)
@@ -61,15 +61,6 @@ public:
        /** Checks whether an option exists. */
        bool is_option(const std::string &) const;
 
-       /** Processes options from the given raw option map.  Nonexistent options
-       are ignored.  If any options were changed, the mtime of the configuration is
-       updated to the current time.  Return value indicates whether any options
-       were changed. */
-       bool update(const StringMap &);
-
-       /** Expands any variable references in options. */
-       void finish();
-
        void save() const;
        bool set_option(const std::string &, const std::string &);
        void load();