summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-01-14 21:11:47 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-01-14 21:11:47 +0000
commitae874c3452aa2a6501b4b5418f4eace62b75c578 (patch)
treec2490731f04eb6ed432bee8d408f514e4b01a871
parent87cf9f95f5824f62683896622a92154fdc511ad3 (diff)
from netbsd -- remove some more dead code (PR #1931)
-rw-r--r--sys/arch/mac68k/mac68k/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c
index cdff59001f7..ac3aea0b6a5 100644
--- a/sys/arch/mac68k/mac68k/machdep.c
+++ b/sys/arch/mac68k/mac68k/machdep.c
@@ -1905,7 +1905,6 @@ get_machine_info()
extern void
getenvvars()
{
- extern u_long locore_dodebugmarks;
extern u_long bootdev, videobitdepth, videosize;
extern u_long end, esym;
extern u_long macos_boottime, MacOSROMBase;
@@ -1951,7 +1950,6 @@ getenvvars()
}
mac68k_machine.mach_memsize = getenv("MEMSIZE");
mac68k_machine.do_graybars = getenv("GRAYBARS");
- locore_dodebugmarks = mac68k_machine.do_graybars;
mac68k_machine.serial_boot_echo = getenv("SERIALECHO");
mac68k_machine.serial_console = getenv("SERIALCONSOLE");
/* Should probably check this and fail if old */