2001-01-03 Joel Sherrill <joel@OARcorp.com>

* console/console-io.c: Removed unused variable initialized.
This commit is contained in:
Joel Sherrill
2001-01-03 17:50:04 +00:00
parent dbe4dc9149
commit 90dccce216
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* console/console-io.c: Removed unused variable initialized.
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* clock/Makefile.am: Fixed reference to ckinit.c.

View File

@@ -54,8 +54,6 @@
* Eventually console-polled.c should hook to this better.
*/
static char initialized = 0;
/*
* console_initialize_hardware
*