]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Various cleanups
[builder.git] / source / builder.h
index 3004ed245ecedb860da199e28f8f4bdaecf2eb60..d12cf003a68d7fc4d994b47b9dcb8f611f1622ff 100644 (file)
@@ -41,7 +41,6 @@ private:
                void architecture(const std::string &);
                void binpkg(const std::string &);
                void build_type(const std::string &);
-               void profile(const std::string &);
                void package(const std::string &);
        };
 
@@ -95,8 +94,6 @@ public:
        configured. */
        void load_build_file(const Msp::FS::Path &, const Config::InputOptions *opts = 0, bool all = false);
 
-       void load_build_file(const Msp::FS::Path &, const Config::InputOptions &, bool);
-
        /** Builds the goal targets.  The build graph must be prepared first. */
        int build(unsigned jobs = 1, bool dry_run = false, bool show_progress = false);