summaryrefslogtreecommitdiff
path: root/src/shared/bus-polkit.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-02-05 19:40:23 +0900
committerChris Down <chris@chrisdown.name>2020-02-05 12:47:32 +0000
commit129466138124f922319dc3bb4647f6392882b86b (patch)
treec1d858a0a57672855176f3c4907851715a4cde76 /src/shared/bus-polkit.c
parentc450335bf74ac7c5a7642c336f2c6e30cb0b01b6 (diff)
downloadsystemd-129466138124f922319dc3bb4647f6392882b86b.tar.gz
polkit: remove unused variable
Follow-up for 637486261528e8aa3da9f26a4487dc254f4b7abb.
Diffstat (limited to 'src/shared/bus-polkit.c')
-rw-r--r--src/shared/bus-polkit.c1
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;