diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-02 22:56:44 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-02 22:58:06 +0100 |
commit | fed6df828d86c053a96d5b50af75c53eb8dd4666 (patch) | |
tree | 0df8df0e0df6f2dd06f956c179d513d0df5a9247 /src/machine/machinectl.c | |
parent | 73cb77549536deab85d8d1261b5381e87d80ab23 (diff) |
remove unused variables
Diffstat (limited to 'src/machine/machinectl.c')
-rw-r--r-- | src/machine/machinectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 071b2b9ebf..06ae8bc0a8 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -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; |