diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-02 21:37:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-02 21:37:39 +0000 |
commit | 18496591e5fa71c483595109b61b30588f839b3d (patch) | |
tree | be15042e1c6bdf172bef58ad18833677d3009e70 /sys/stand | |
parent | 20c40336033570f8888191a39ec224e683de25b8 (diff) |
dead vars
Diffstat (limited to 'sys/stand')
-rw-r--r-- | sys/stand/boot/boot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c index 8269b26db3e..d4a228436d8 100644 --- a/sys/stand/boot/boot.c +++ b/sys/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.15 1997/08/22 00:41:27 mickey Exp $ */ +/* $OpenBSD: boot.c,v 1.16 1997/09/02 21:37:38 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -45,7 +45,6 @@ const char *const kernels[] = { }; extern const char version[]; -u_int cnvmem, extmem; struct cmd_state cmd; void |