From f489b45f9a0bed603ba910af32a383a0f72923f5 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 7 Aug 2014 00:20:04 +0200 Subject: [PATCH] ctl: remove unused variables Signed-off-by: David Herrmann --- src/ctl/ctl-wifi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ctl/ctl-wifi.c b/src/ctl/ctl-wifi.c index 88bb445..0dda927 100644 --- a/src/ctl/ctl-wifi.c +++ b/src/ctl/ctl-wifi.c @@ -249,7 +249,6 @@ static int ctl_peer_parse_properties(struct ctl_peer *p, int ctl_peer_connect(struct ctl_peer *p, const char *prov, const char *pin) { - _sd_bus_message_unref_ sd_bus_message *m = NULL; _sd_bus_error_free_ sd_bus_error err = SD_BUS_ERROR_NULL; _shl_free_ char *node = NULL; int r; @@ -284,7 +283,6 @@ int ctl_peer_connect(struct ctl_peer *p, const char *prov, const char *pin) int ctl_peer_disconnect(struct ctl_peer *p) { - _sd_bus_message_unref_ sd_bus_message *m = NULL; _sd_bus_error_free_ sd_bus_error err = SD_BUS_ERROR_NULL; _shl_free_ char *node = NULL; int r;