diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-03-09 21:08:22 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-03-09 21:09:18 +0100 |
commit | 061a237dd253653771da8a782dfefa848c096d92 (patch) | |
tree | 443f9ec6eb359bf6eb5028a383c12f9f270fa3f6 /src/machine/machinectl.c | |
parent | 566690fdb0020c6038c2130ac108e18d4cd885f4 (diff) |
machinectl: remove unused variables
Diffstat (limited to 'src/machine/machinectl.c')
-rw-r--r-- | src/machine/machinectl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 8856040206..386192b225 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1773,7 +1773,6 @@ static void determine_compression_from_filename(const char *p) { static int export_tar(int argc, char *argv[], void *userdata) { _cleanup_bus_message_unref_ sd_bus_message *m = NULL; - _cleanup_free_ char *ll = NULL; _cleanup_close_ int fd = -1; const char *local = NULL, *path = NULL; sd_bus *bus = userdata; @@ -1824,7 +1823,6 @@ static int export_tar(int argc, char *argv[], void *userdata) { static int export_raw(int argc, char *argv[], void *userdata) { _cleanup_bus_message_unref_ sd_bus_message *m = NULL; - _cleanup_free_ char *ll = NULL; _cleanup_close_ int fd = -1; const char *local = NULL, *path = NULL; sd_bus *bus = userdata; |