diff options
Diffstat (limited to 'kern/machine.c')
-rw-r--r-- | kern/machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/machine.c b/kern/machine.c index 97181a8..bcf394c 100644 --- a/kern/machine.c +++ b/kern/machine.c @@ -187,7 +187,6 @@ host_reboot(host, options) return (KERN_INVALID_HOST); if (options & RB_DEBUGGER) { - extern void Debugger(); Debugger("Debugger"); } else { #ifdef parisc |