2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>

* psx07/init.c: Remove unused var "clock_allowed".
This commit is contained in:
Ralf Corsepius
2011-12-13 09:40:08 +00:00
parent 4534ba300e
commit 260fa3fd30
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Remove unused var "clock_allowed".
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for getrusage decl. * configure.ac: Check for getrusage decl.

View File

@@ -64,7 +64,6 @@ void *POSIX_Init(
struct sched_param schedparam; struct sched_param schedparam;
pthread_attr_t attr; pthread_attr_t attr;
pthread_attr_t destroyed_attr; pthread_attr_t destroyed_attr;
int clock_allowed;
puts( "\n\n*** POSIX TEST 7 ***" ); puts( "\n\n*** POSIX TEST 7 ***" );