Avoid an unused variable warning
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jul 2013 22:39:42 +0000 (18:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jul 2013 22:39:42 +0000 (18:39 -0400)
glib/tests/unix.c

index 4731019..48dece9 100644 (file)
@@ -173,7 +173,7 @@ test_sighup_add_remove (void)
 static gboolean
 nested_idle (gpointer data)
 {
-  GMainLoop *parent, *nested;
+  GMainLoop *nested;
   GMainContext *context;
   GSource *source;