From: Yu Watanabe Date: Wed, 5 Feb 2020 10:40:23 +0000 (+0900) Subject: polkit: remove unused variable X-Git-Tag: v245-rc2~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=129466138124f922319dc3bb4647f6392882b86b;p=thirdparty%2Fsystemd.git polkit: remove unused variable Follow-up for 637486261528e8aa3da9f26a4487dc254f4b7abb. --- diff --git a/src/shared/bus-polkit.c b/src/shared/bus-polkit.c index 0dbf3f60c8c..9b0a4552be4 100644 --- a/src/shared/bus-polkit.c +++ b/src/shared/bus-polkit.c @@ -197,7 +197,6 @@ static int async_polkit_defer(sd_event_source *s, void *userdata) { } static int async_polkit_callback(sd_bus_message *reply, void *userdata, sd_bus_error *error) { - _cleanup_(sd_bus_error_free) sd_bus_error error_buffer = SD_BUS_ERROR_NULL; AsyncPolkitQuery *q = userdata; int r;