From: Mikko Rasa Date: Sat, 21 Jul 2012 13:49:47 +0000 (+0300) Subject: It's no longer necessary to expose the dry_run flag X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=91fb392b7303262274cbffeaad268c0a680f906d;p=builder.git It's no longer necessary to expose the dry_run flag --- diff --git a/source/builder.h b/source/builder.h index 318ba0c..af31f69 100644 --- a/source/builder.h +++ b/source/builder.h @@ -90,7 +90,6 @@ public: ~Builder(); int main(); - bool get_dry_run() const { return dry_run; } PackageManager &get_package_manager() { return package_manager; }