diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-20 19:48:27 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-20 19:48:27 +0200 |
commit | bf3ee9cdc9c7489e442e43cec09ad9275739875a (patch) | |
tree | dc943f922144635aeb7b8332638146b9457e3fd3 | |
parent | f73e8b9caffa1d9828f23d4d71f587fe47ffacb8 (diff) | |
parent | 9ecc70db1e2e3240c622403eaf9540880be89716 (diff) |
Merge pull request #1622 from phomes/unused-variable
dbus-execute: remove unused variable
-rw-r--r-- | src/core/dbus-execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index 20fefde62e..e5d1cbb6be 100644 --- a/src/core/dbus-execute.c +++ b/src/core/dbus-execute.c @@ -1245,7 +1245,6 @@ int bus_exec_context_set_transient_property( return sd_bus_error_set_errnof(error, EINVAL, "Path %s is not absolute.", path); if (mode != UNIT_CHECK) { - _cleanup_free_ char *drop_in = NULL; char *buf = NULL; buf = strjoin(b ? "-" : "", path, NULL); |