summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2008-12-25 21:14:08 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2008-12-25 21:14:08 +0000
commitba72f72e72241878e1583ee6c367aa7352964ccc (patch)
tree71938056ab9232f87d9a95abab7f8407b5bc8776 /sys
parent30af62b7c28104c9d9876ff3e949359edd1b540f (diff)
remove unused struct member; ok mbalmer@
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/tty_msts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_msts.c b/sys/kern/tty_msts.c
index 3843d3b6f78..41a656f59e1 100644
--- a/sys/kern/tty_msts.c
+++ b/sys/kern/tty_msts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_msts.c,v 1.6 2008/12/25 21:04:36 stevesk Exp $ */
+/* $OpenBSD: tty_msts.c,v 1.7 2008/12/25 21:14:07 stevesk Exp $ */
/*
* Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org>
@@ -67,7 +67,6 @@ struct msts {
int sync; /* if 1, waiting for <STX> */
int pos; /* position in rcv buffer */
int no_pps; /* no PPS although requested */
- char mode; /* GPS mode */
};
/* MSTS decoding */