[systemd-commits] src/systemctl

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Sat Nov 29 15:36:21 PST 2014


 src/systemctl/systemctl.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c09157eeeadf7b6810ca3b9ff7c180767e9a30b7
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Sun Nov 30 00:36:16 2014 +0100

    systemctl: remove unused variable

diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 47b0aac..3f5bcdd 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -5735,7 +5735,6 @@ static int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **un
 }
 
 static int create_edit_temp_file(const char *new_path, const char *original_path, char **ret_tmp_fn) {
-        _cleanup_close_ int fd = -1;
         int r;
         char *t;
 



More information about the systemd-commits mailing list