Code cleanup: remove unused #include, variables and code,

This commit is contained in:
Kees van Reeuwijk
2010-04-15 18:49:36 +00:00
parent cfb108afc7
commit b412fb7ad5
21 changed files with 24 additions and 52 deletions
+1 -1
View File
@@ -965,7 +965,7 @@ tty_t *tp;
/* Get the BIOS parameters that describe the VDU. */
if (! vdu_initialized++) {
/* How about error checking? What to do on failure??? */
/* FIXME: How about error checking? What to do on failure??? */
s=sys_readbios(VDU_SCREEN_COLS_ADDR, &bios_columns,
VDU_SCREEN_COLS_SIZE);
s=sys_readbios(VDU_CRT_BASE_ADDR, &bios_crtbase,