From: Matthias Clasen Date: Mon, 28 Nov 2011 05:18:39 +0000 (-0500) Subject: Remove unused variable X-Git-Tag: 2.31.4~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff833ccac9d8c175e8879540d042d4fb76fdad10;p=platform%2Fupstream%2Fglib.git Remove unused variable --- diff --git a/gio/tests/gmenumodel.c b/gio/tests/gmenumodel.c index 88a26d2..f7f6c55 100644 --- a/gio/tests/gmenumodel.c +++ b/gio/tests/gmenumodel.c @@ -636,7 +636,6 @@ test_dbus_subscriptions (void) GDBusConnection *bus; GMenu *menu; GMenuProxy *proxy; - GVariant *v; GMainLoop *loop; bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);