diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-02-05 11:40:23 +0100 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2020-02-05 13:47:32 +0100 |
commit | 129466138124f922319dc3bb4647f6392882b86b (patch) | |
tree | c1d858a0a57672855176f3c4907851715a4cde76 /src/shared/bus-polkit.c | |
parent | github: remove direct paypal link (diff) | |
download | systemd-129466138124f922319dc3bb4647f6392882b86b.tar.xz systemd-129466138124f922319dc3bb4647f6392882b86b.zip |
polkit: remove unused variable
Follow-up for 637486261528e8aa3da9f26a4487dc254f4b7abb.
Diffstat (limited to '')
-rw-r--r-- | src/shared/bus-polkit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/bus-polkit.c b/src/shared/bus-polkit.c index 0dbf3f60c8..9b0a4552be 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; |