summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/dbus-execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c
index e93db5504a..6712b86232 100644
--- a/src/core/dbus-execute.c
+++ b/src/core/dbus-execute.c
@@ -1246,7 +1246,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);