diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-06 14:26:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-06 14:26:53 +0000 |
commit | c1fb72af034fd49539274309e077944b65f7c5e9 (patch) | |
tree | 09efd4b4d55f12dc9a72820a7a22f17f277bd85f /sys/arch/vax | |
parent | 4fef8cb8856d9106052f768eff3a79acf2aca52c (diff) |
We do not need a char machine_arch[] constant.
ok deraadt@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index 7a7da5b2222..aa601ee081a 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.72 2005/06/08 17:03:03 henning Exp $ */ +/* $OpenBSD: machdep.c,v 1.73 2005/08/06 14:26:52 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -139,7 +139,6 @@ extern int virtual_avail, virtual_end; */ int want_resched; char machine[] = MACHINE; /* from <machine/param.h> */ -char machine_arch[] = MACHINE_ARCH; /* from <machine/param.h> */ int physmem; int dumpsize = 0; int cold = 1; /* coldstart */ |