[systemd-commits] src/machine
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Mon Mar 9 13:09:31 PDT 2015
src/machine/machinectl.c | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 061a237dd253653771da8a782dfefa848c096d92
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Mon Mar 9 21:08:22 2015 +0100
machinectl: remove unused variables
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 8856040..386192b 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;
More information about the systemd-commits
mailing list