From: Simon McVittie Date: Wed, 21 Sep 2011 10:54:42 +0000 (+0100) Subject: refs test: fix unused variable X-Git-Tag: dbus-1.5.8~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db406cb192f6036094b4c5269e8c43e5c87ba93;p=thirdparty%2Fdbus.git refs test: fix unused variable This one was added since my more-unused-39231 branch. --- diff --git a/test/internals/refs.c b/test/internals/refs.c index 3d21c8941..bc0884e3c 100644 --- a/test/internals/refs.c +++ b/test/internals/refs.c @@ -181,7 +181,6 @@ new_conn_cb (DBusServer *server, void *data) { Fixture *f = data; - dbus_bool_t have_mem; g_assert (f->server_connection == NULL); f->server_connection = dbus_connection_ref (server_connection);