]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #1622 from phomes/unused-variable
authorRonny Chevalier <chevalier.ronny@gmail.com>
Tue, 20 Oct 2015 17:48:27 +0000 (19:48 +0200)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Tue, 20 Oct 2015 17:48:27 +0000 (19:48 +0200)
dbus-execute: remove unused variable

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);