diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-14 21:01:55 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-14 21:02:25 +0200 |
commit | b8ec9ba918269a4a58d942d8488ce38a44847211 (patch) | |
tree | 00bd336dc0a9b810ff206f60e8e824779f76a451 | |
parent | 5706b3e78d29517680e64e984a8461e589d7721a (diff) |
bus-proxy: remove unused variable
-rw-r--r-- | src/bus-proxyd/bus-proxyd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c index 46df223c51..38a8d14b7e 100644 --- a/src/bus-proxyd/bus-proxyd.c +++ b/src/bus-proxyd/bus-proxyd.c @@ -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); |