diff options
Diffstat (limited to 'src/machine')
-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; |