From 542ad9696f50e33fa20e735c14c052720c55bc3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Aug 2019 14:35:53 +0200 Subject: dry_run --- libbuild2/utility.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbuild2/utility.cxx') diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index d08cb31..ba50c5a 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -81,7 +81,6 @@ namespace build2 : (to_string (build_version.major ()) + '.' + to_string (build_version.minor ()))); - bool dry_run_option; optional mtime_check_option; optional config_sub; @@ -495,7 +494,6 @@ namespace build2 void init (void (*t) (bool), const char* a0, - bool dr, optional mc, optional cs, optional cg) @@ -504,7 +502,6 @@ namespace build2 argv0 = process::path_search (a0, true); - dry_run_option = dr; mtime_check_option = mc; config_sub = move (cs); -- cgit v1.1