machinectl: remove unused variable
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 6b29e61..f9f49ee 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;