summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2008-09-17 01:30:59 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2008-09-17 01:30:59 +0000
commit364c86be80b43b6fc86a45c4554b7aae5610fc9f (patch)
treedc4c929a4c063aa4891800ee8d0921b82246533f /sys/arch
parent2394726dfc5ce2d95040b168b1bb749b1438ec92 (diff)
Garbage collect unused variable from sys_rec structure.
ok miod@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sgi/include/autoconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h
index a72769024e7..8307579195d 100644
--- a/sys/arch/sgi/include/autoconf.h
+++ b/sys/arch/sgi/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.15 2008/04/24 13:12:59 jsing Exp $ */
+/* $OpenBSD: autoconf.h,v 1.16 2008/09/17 01:30:58 jsing Exp $ */
/*
* Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -67,7 +67,6 @@ struct sys_rec {
/* Serial console configuration. */
struct mips_bus_space console_io;
- struct mips_bus_space *cons_iot;
};
extern struct sys_rec sys_config;