summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.c
diff options
context:
space:
mode:
authorThomas H. P. Andersen <phomes@gmail.com>2016-04-23 02:49:07 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-22 20:49:07 -0400
commit0f5e13822d5b89fd36103093daf69af952bf0703 (patch)
tree7181e97eaac5458dbd6bcf2f89767b27b0508031 /src/core/dbus-unit.c
parent86ec5e5e29295fb2594a7899e86cda9644b98b9a (diff)
tree-wide: remove unused variables (#3098)
Diffstat (limited to 'src/core/dbus-unit.c')
-rw-r--r--src/core/dbus-unit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c
index 5c9d32438c..abe30413c3 100644
--- a/src/core/dbus-unit.c
+++ b/src/core/dbus-unit.c
@@ -936,7 +936,6 @@ static int append_cgroup(sd_bus_message *reply, const char *p, Set *pids) {
int bus_unit_method_get_processes(sd_bus_message *message, void *userdata, sd_bus_error *error) {
_cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL;
_cleanup_(set_freep) Set *pids = NULL;
- _cleanup_free_ char *p = NULL;
Unit *u = userdata;
pid_t pid;
int r;