diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-05-06 18:23:11 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-05-06 18:23:46 +0200 |
commit | 90615ad79188c360c0571b0a0d2ed81d88ece1ab (patch) | |
tree | cd98ecb29fad564b1ebb6a3d18d3e19c4084ff81 /src/machine | |
parent | d79acc309327f8c0863bd3da8b93d926a1c93ba1 (diff) |
machinectl: remove unused variable
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machinectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 9931e4f1fd..3764c0a086 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1445,7 +1445,7 @@ static int enable_machine(int argc, char *argv[], void *userdata) { return bus_log_create_error(r); for (i = 1; i < argc; i++) { - _cleanup_free_ char *e = NULL, *unit = NULL; + _cleanup_free_ char *unit = NULL; r = make_service_name(argv[i], &unit); if (r < 0) |