summaryrefslogtreecommitdiff
path: root/tests/refcount
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-08-06 00:33:49 +0000
committerManish Singh <yosh@src.gnome.org>2005-08-06 00:33:49 +0000
commitf1e1727ce78e70420c89def4a2b1d00110410f7d (patch)
treedd47440f6bd1fe4868214f18ca29bf3014123786 /tests/refcount
parent47f88c486b61e28f2dfa5ea68c0f40416fde517b (diff)
downloadglib-f1e1727ce78e70420c89def4a2b1d00110410f7d.tar.gz
remove unused n_threads variable.
2005-08-05 Manish Singh <yosh@gimp.org> * tests/refcount/closures.c: remove unused n_threads variable.
Diffstat (limited to 'tests/refcount')
-rw-r--r--tests/refcount/closures.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/refcount/closures.c b/tests/refcount/closures.c
index 65084451f..82a42fe26 100644
--- a/tests/refcount/closures.c
+++ b/tests/refcount/closures.c
@@ -236,7 +236,6 @@ int
main (int argc,
char **argv)
{
- const gint n_threads = 1;
GThread *thread1, *thread2;
GClosure *closure;
GTest *object;