summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-05-06 18:23:11 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-05-06 18:23:46 +0200
commit90615ad79188c360c0571b0a0d2ed81d88ece1ab (patch)
treecd98ecb29fad564b1ebb6a3d18d3e19c4084ff81
parentd79acc309327f8c0863bd3da8b93d926a1c93ba1 (diff)
machinectl: remove unused variable
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 9931e4f1f..3764c0a08 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)