From 129466138124f922319dc3bb4647f6392882b86b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 5 Feb 2020 19:40:23 +0900 Subject: [PATCH] polkit: remove unused variable Follow-up for 637486261528e8aa3da9f26a4487dc254f4b7abb. --- src/shared/bus-polkit.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3