chiark / gitweb /
remove unused variables
[elogind.git] / src / machine / machinectl.c
index 071b2b9ebf59cd5a6bae5923e62cfa7424dff3e0..06ae8bc0a8a6115131b1a4fe5a412b873ff77330 100644 (file)
@@ -1995,7 +1995,6 @@ static int pull_raw(int argc, char *argv[], void *userdata) {
 
 static int pull_dkr(int argc, char *argv[], void *userdata) {
         _cleanup_bus_message_unref_ sd_bus_message *m = NULL;
-        _cleanup_free_ char *l = NULL, *ll = NULL;
         const char *local, *remote, *tag;
         sd_bus *bus = userdata;
         int r;