]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machinectl: remove unused variable 1041/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 25 Aug 2015 19:10:21 +0000 (21:10 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 25 Aug 2015 19:15:54 +0000 (21:15 +0200)
src/machine/machinectl.c

index 6b29e616425951a875009da5abad20628ea989ef..f9f49ee8922df2deb5859fd7db3e0d8fb949ae2c 100644 (file)
@@ -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;