diff options
author | julian <julian@FreeBSD.org> | 2001-09-18 22:52:42 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2001-09-18 22:52:42 +0000 |
commit | 195d6aa050127fe16162df80d601a067817a7d62 (patch) | |
tree | e9be7c3350cbd476ac3c47b738438b2814a5ba19 | |
parent | 8b2456392d82cd0d6bafa874932839723e13eea4 (diff) | |
download | FreeBSD-src-195d6aa050127fe16162df80d601a067817a7d62.zip FreeBSD-src-195d6aa050127fe16162df80d601a067817a7d62.tar.gz |
Remove accidentally included debug stuff.
Noticed by: jhb
-rw-r--r-- | sys/i386/isa/vesa.c | 3 |
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) { |