From: Thomas Hindoe Paaboel Andersen Date: Tue, 25 Aug 2015 19:10:21 +0000 (+0200) Subject: machinectl: remove unused variable X-Git-Tag: v225~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1041%2Fhead;p=thirdparty%2Fsystemd.git machinectl: remove unused variable --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 6b29e616425..f9f49ee8922 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1225,7 +1225,7 @@ static int process_forward(sd_event *event, PTYForward **forward, int master, bo } static int login_machine(int argc, char *argv[], void *userdata) { - _cleanup_bus_message_unref_ sd_bus_message *reply = NULL, *m = NULL; + _cleanup_bus_message_unref_ sd_bus_message *reply = NULL; _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; _cleanup_(pty_forward_freep) PTYForward *forward = NULL; _cleanup_bus_slot_unref_ sd_bus_slot *slot = NULL;