remove unused n_threads variable.
authorManish Singh <yosh@gimp.org>
Sat, 6 Aug 2005 00:33:49 +0000 (00:33 +0000)
committerManish Singh <yosh@src.gnome.org>
Sat, 6 Aug 2005 00:33:49 +0000 (00:33 +0000)
2005-08-05  Manish Singh  <yosh@gimp.org>

        * tests/refcount/closures.c: remove unused n_threads variable.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
tests/refcount/closures.c

index 6fa6ad09d7bc1bb60a1d15fafb9313511ff384ca..19baf7b8800529991d9947f3d2f455e5786fbbdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-05  Manish Singh  <yosh@gimp.org>
+
+       * tests/refcount/closures.c: remove unused n_threads variable.
+
 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index 6fa6ad09d7bc1bb60a1d15fafb9313511ff384ca..19baf7b8800529991d9947f3d2f455e5786fbbdd 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-05  Manish Singh  <yosh@gimp.org>
+
+       * tests/refcount/closures.c: remove unused n_threads variable.
+
 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index 6fa6ad09d7bc1bb60a1d15fafb9313511ff384ca..19baf7b8800529991d9947f3d2f455e5786fbbdd 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-05  Manish Singh  <yosh@gimp.org>
+
+       * tests/refcount/closures.c: remove unused n_threads variable.
+
 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index 6fa6ad09d7bc1bb60a1d15fafb9313511ff384ca..19baf7b8800529991d9947f3d2f455e5786fbbdd 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-05  Manish Singh  <yosh@gimp.org>
+
+       * tests/refcount/closures.c: remove unused n_threads variable.
+
 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index 65084451f4dc756c645aa0e708a5cba388c90538..82a42fe26857598f17e96812bc1bb57e08c289d7 100644 (file)
@@ -236,7 +236,6 @@ int
 main (int    argc,
       char **argv)
 {
-  const gint n_threads = 1;
   GThread *thread1, *thread2;
   GClosure *closure;
   GTest *object;