[systemd-commits] src/core src/libsystemd
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Tue Aug 19 13:55:46 PDT 2014
src/core/dbus-job.c | 1 -
src/libsystemd/sd-bus/bus-util.c | 1 -
2 files changed, 2 deletions(-)
New commits:
commit ac45dec934b0932d03fbd498a3c6e8e90a01813f
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Tue Aug 19 22:55:06 2014 +0200
remove unused variables
diff --git a/src/core/dbus-job.c b/src/core/dbus-job.c
index eb7257d..3f7a28a 100644
--- a/src/core/dbus-job.c
+++ b/src/core/dbus-job.c
@@ -30,7 +30,6 @@ static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_type, job_type, JobType);
static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_state, job_state, JobState);
static int verify_sys_admin_or_owner_sync(sd_bus_message *message, Job *j, sd_bus_error *error) {
- _cleanup_bus_creds_unref_ sd_bus_creds *creds = NULL;
int r;
if (sd_bus_track_contains(j->clients, sd_bus_message_get_sender(message)))
diff --git a/src/libsystemd/sd-bus/bus-util.c b/src/libsystemd/sd-bus/bus-util.c
index 44facc6..475ed34 100644
--- a/src/libsystemd/sd-bus/bus-util.c
+++ b/src/libsystemd/sd-bus/bus-util.c
@@ -322,7 +322,6 @@ int bus_verify_polkit_async(
#ifdef ENABLE_POLKIT
_cleanup_bus_message_unref_ sd_bus_message *pk = NULL;
- _cleanup_bus_slot_unref_ sd_bus_slot *slot = NULL;
AsyncPolkitQuery *q;
const char *sender;
sd_bus_message_handler_t callback;
More information about the systemd-commits
mailing list