From 260fa3fd30cd080ad4d846e75b6c12c5de48b4d7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Dec 2011 09:40:08 +0000 Subject: =?UTF-8?q?2011-12-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psx07/init.c: Remove unused var "clock_allowed". --- testsuites/psxtests/ChangeLog | 4 ++++ testsuites/psxtests/psx07/init.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 4f1ab4f5b3..63836cc9ec 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,7 @@ +2011-12-13 Ralf Corsépius + + * psx07/init.c: Remove unused var "clock_allowed". + 2011-12-13 Ralf Corsépius * configure.ac: Check for getrusage decl. diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c index 931335febc..c67868575d 100644 --- a/testsuites/psxtests/psx07/init.c +++ b/testsuites/psxtests/psx07/init.c @@ -64,7 +64,6 @@ void *POSIX_Init( struct sched_param schedparam; pthread_attr_t attr; pthread_attr_t destroyed_attr; - int clock_allowed; puts( "\n\n*** POSIX TEST 7 ***" ); -- cgit v1.2.3