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 6fa6ad0..19baf7b 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 6fa6ad0..19baf7b 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 6fa6ad0..19baf7b 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 6fa6ad0..19baf7b 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 6508445..82a42fe 100644 (file)
@@ -236,7 +236,6 @@ int
 main (int    argc,
       char **argv)
 {
-  const gint n_threads = 1;
   GThread *thread1, *thread2;
   GClosure *closure;
   GTest *object;