Remove an unused variable
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2011 11:13:47 +0000 (07:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2011 11:25:06 +0000 (07:25 -0400)
glib/tests/mutex.c

index fc5f458..6d1828a 100644 (file)
@@ -84,7 +84,6 @@ test_mutex4 (void)
 
 GThread *owners[LOCKS];
 GMutex   locks[LOCKS];
-gpointer ptrs[LOCKS];
 
 static void
 acquire (gint nr)