remove unused n_threads variable.

2005-08-05  Manish Singh  <yosh@gimp.org>

        * tests/refcount/closures.c: remove unused n_threads variable.
This commit is contained in:
Manish Singh 2005-08-06 00:33:49 +00:00 committed by Manish Singh
parent 47f88c486b
commit f1e1727ce7
5 changed files with 16 additions and 1 deletions

View 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

View 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

View 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

View 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

View File

@ -236,7 +236,6 @@ int
main (int argc,
char **argv)
{
const gint n_threads = 1;
GThread *thread1, *thread2;
GClosure *closure;
GTest *object;