]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Various cleanups
[builder.git] / source / builder.h
index 7998a393eb4ab9f5a513dbcb544dba7836a71a3b..d12cf003a68d7fc4d994b47b9dcb8f611f1622ff 100644 (file)
@@ -94,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);