summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-util.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-08-19 22:55:06 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-08-19 22:55:42 +0200
commitac45dec934b0932d03fbd498a3c6e8e90a01813f (patch)
tree20e2129ec1d1194fbf8068e6ff57d503c23b6e15 /src/libsystemd/sd-bus/bus-util.c
parentd5a169aaee81246262a83cef2a0295ea5d1e7e40 (diff)
remove unused variables
Diffstat (limited to 'src/libsystemd/sd-bus/bus-util.c')
-rw-r--r--src/libsystemd/sd-bus/bus-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-util.c b/src/libsystemd/sd-bus/bus-util.c
index 44facc6ef9..475ed34a53 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;