]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dbus-execute: remove unused variable 1622/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 20 Oct 2015 17:36:54 +0000 (19:36 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 20 Oct 2015 17:39:31 +0000 (19:39 +0200)
from ceb728cf

src/core/dbus-execute.c

index 20fefde62e95e2bcadd168c459f1f12823c540df..e5d1cbb6be059e9aad1b5205f86b59b493b63526 100644 (file)
@@ -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);