refs test: fix unused variable
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 21 Sep 2011 10:54:42 +0000 (11:54 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 21 Sep 2011 10:56:28 +0000 (11:56 +0100)
This one was added since my more-unused-39231 branch.

test/internals/refs.c

index 3d21c89..bc0884e 100644 (file)
@@ -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);