From: Thomas Hindoe Paaboel Andersen Date: Tue, 20 Oct 2015 17:36:54 +0000 (+0200) Subject: dbus-execute: remove unused variable X-Git-Tag: v228~175^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ecc70db1e2e3240c622403eaf9540880be89716;p=thirdparty%2Fsystemd.git dbus-execute: remove unused variable from ceb728cf --- diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index 20fefde62e9..e5d1cbb6be0 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);