2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>

* console/console-io.c: Remove unused variable i.
This commit is contained in:
Ralf Corsepius
2005-07-06 11:29:20 +00:00
parent 707a733a1b
commit 320124feb5
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/console-io.c: Remove unused variable i.
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/bsp.h: New header guard.

View File

@@ -43,8 +43,6 @@ void console_outbyte_polled(
char ch
)
{
volatile int i;
/* wait for the fifo to make room */
while ((uart0->linestat & 0x20) == 0) {
continue;