]> git.tdb.fi Git - builder.git/blobdiff - source/config.h
Trim down the package preparation code
[builder.git] / source / config.h
index 9043208364b554e518feb8a74ff1a18e37df730e..8372af90f99c330c197a0343000b63d481df0013 100644 (file)
@@ -61,12 +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 &);
-
        void save() const;
        bool set_option(const std::string &, const std::string &);
        void load();