From f1e1727ce78e70420c89def4a2b1d00110410f7d Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sat, 6 Aug 2005 00:33:49 +0000 Subject: [PATCH] remove unused n_threads variable. 2005-08-05 Manish Singh * tests/refcount/closures.c: remove unused n_threads variable. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ tests/refcount/closures.c | 1 - 5 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6fa6ad09d..19baf7b88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-05 Manish Singh + + * tests/refcount/closures.c: remove unused n_threads variable. + 2005-08-05 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6fa6ad09d..19baf7b88 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-08-05 Manish Singh + + * tests/refcount/closures.c: remove unused n_threads variable. + 2005-08-05 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6fa6ad09d..19baf7b88 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-08-05 Manish Singh + + * tests/refcount/closures.c: remove unused n_threads variable. + 2005-08-05 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6fa6ad09d..19baf7b88 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2005-08-05 Manish Singh + + * tests/refcount/closures.c: remove unused n_threads variable. + 2005-08-05 Matthias Clasen * configure.in: Bump version 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;