summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/init.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 09:40:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 09:40:08 +0000
commit260fa3fd30cd080ad4d846e75b6c12c5de48b4d7 (patch)
tree70c3cff09ef388fee63445fc500b85d327aa39a9 /testsuites/psxtests/psx07/init.c
parent2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-260fa3fd30cd080ad4d846e75b6c12c5de48b4d7.tar.bz2
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Remove unused var "clock_allowed".
Diffstat (limited to 'testsuites/psxtests/psx07/init.c')
-rw-r--r--testsuites/psxtests/psx07/init.c1
1 files changed, 0 insertions, 1 deletions
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 ***" );