X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=d12cf003a68d7fc4d994b47b9dcb8f611f1622ff;hb=aeb23448b5035f4ceb662c487913618d0efff888;hp=7998a393eb4ab9f5a513dbcb544dba7836a71a3b;hpb=1496723307ed47b60d3116623ba383e85b50efef;p=builder.git diff --git a/source/builder.h b/source/builder.h index 7998a39..d12cf00 100644 --- a/source/builder.h +++ b/source/builder.h @@ -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);