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 fc5f45897b695f7c706378ab40830e91d99ab745..6d1828adfe036ff17178bb7c684818086de33d26 100644 (file)
@@ -84,7 +84,6 @@ test_mutex4 (void)
 
 GThread *owners[LOCKS];
 GMutex   locks[LOCKS];
-gpointer ptrs[LOCKS];
 
 static void
 acquire (gint nr)