From 46ed630c5dc6d9d1d908c47958e14dfc45c1aab6 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 5 Feb 2014 11:02:38 +0100 Subject: [PATCH] - fixed execution of grub scripts by removing unused constructor --- VERSION | 2 +- package/snapper.changes | 6 ++++++ snapper/SystemCmd.cc | 8 -------- snapper/SystemCmd.h | 1 - 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 0ea3a944..0c62199f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/package/snapper.changes b/package/snapper.changes index f265d8b4..615b8257 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 05 10:50:25 CET 2014 - aschnell@suse.de + +- fixed execution of grub scripts +- 0.2.1 + ------------------------------------------------------------------- Wed Jan 29 11:09:45 CET 2014 - aschnell@suse.de diff --git a/snapper/SystemCmd.cc b/snapper/SystemCmd.cc index ff9d5118..4a501114 100644 --- a/snapper/SystemCmd.cc +++ b/snapper/SystemCmd.cc @@ -49,14 +49,6 @@ namespace snapper } - SystemCmd::SystemCmd(bool log_output) - : Combine_b(false), log_output(log_output) -{ - y2mil("constructor SystemCmd"); - init(); -} - - void SystemCmd::init() { File_aC[0] = File_aC[1] = NULL; diff --git a/snapper/SystemCmd.h b/snapper/SystemCmd.h index 93e6854e..29a48264 100644 --- a/snapper/SystemCmd.h +++ b/snapper/SystemCmd.h @@ -45,7 +45,6 @@ namespace snapper enum OutputStream { IDX_STDOUT, IDX_STDERR }; SystemCmd(const string& Command_Cv, bool log_output = true); - SystemCmd(bool log_output = true); virtual ~SystemCmd(); -- 2.47.3