2007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>

* nsecs/init.c: Remove stray "volatile int i".
This commit is contained in:
Ralf Corsepius
2007-05-16 06:50:03 +00:00
parent 412058fadf
commit f14276370b
2 changed files with 4 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ void subtract_em(
_Timespec_Subtract( start, stop, t );
}
volatile int i;
rtems_task Init(
rtems_task_argument argument
)