chiark / gitweb /
bus-proxy: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 14 Apr 2014 19:01:55 +0000 (21:01 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 14 Apr 2014 19:02:25 +0000 (21:02 +0200)
src/bus-proxyd/bus-proxyd.c

index 46df223c517982a42c054c5d5a65a98ed278ec1e..38a8d14b7e5ce06da304d3c73b4f551022fa2ad9 100644 (file)
@@ -371,7 +371,6 @@ static int process_driver(sd_bus *a, sd_bus *b, sd_bus_message *m) {
                 return 0;
 
         if (sd_bus_message_is_method_call(m, "org.freedesktop.DBus", "AddMatch")) {
-                _cleanup_bus_message_unref_ sd_bus_message *reply = NULL;
                 const char *match;
 
                 r = sd_bus_message_read(m, "s", &match);