diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:31:34 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:32:08 +0200 |
commit | ba19c6e1819a89d3b90811ce4fd785a606dfd223 (patch) | |
tree | 099934795be7b0176228800e54ff7518723ce7ee /src/machine | |
parent | 65a6195e765c3b87f01e1b19211788e5ed3d22a7 (diff) |
treewide: remove unused variables
Diffstat (limited to 'src/machine')
-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 161dd3922b..96e0ab4b8a 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1551,7 +1551,6 @@ static int image_exists(sd_bus *bus, const char *name) { } static int make_service_name(const char *name, char **ret) { - _cleanup_free_ char *e = NULL; int r; assert(name); |