summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-09-18 22:52:42 +0000
committerjulian <julian@FreeBSD.org>2001-09-18 22:52:42 +0000
commit195d6aa050127fe16162df80d601a067817a7d62 (patch)
treee9be7c3350cbd476ac3c47b738438b2814a5ba19
parent8b2456392d82cd0d6bafa874932839723e13eea4 (diff)
downloadFreeBSD-src-195d6aa050127fe16162df80d601a067817a7d62.zip
FreeBSD-src-195d6aa050127fe16162df80d601a067817a7d62.tar.gz
Remove accidentally included debug stuff.
Noticed by: jhb
-rw-r--r--sys/i386/isa/vesa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c
index 09d2a7d..0fa16b5 100644
--- a/sys/i386/isa/vesa.c
+++ b/sys/i386/isa/vesa.c
@@ -672,8 +672,6 @@ vesa_bios_init(void)
continue;
/* reject unsupported modes */
-#define DOTHIS 1
-#ifdef DOTHIS
#if 0
if ((vmode.v_modeattr & (V_MODESUPP | V_MODEOPTINFO
| V_MODENONVGA))
@@ -691,7 +689,6 @@ vesa_bios_init(void)
continue;
}
#endif
-#endif /* DOTHIS */
/* expand the array if necessary */
if (modes >= vesa_vmode_max) {
OpenPOWER on IntegriCloud