diff options
author | marius <marius@FreeBSD.org> | 2010-05-02 19:05:57 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-05-02 19:05:57 +0000 |
commit | 5af1cc0b3d39d86988e33262f6c84b4609244a9a (patch) | |
tree | 25f911ee7cc8c67447888aa5b032894fd10e1631 | |
parent | 222e69a75f76187cc43cdcd0c8c825664956ce78 (diff) | |
download | FreeBSD-src-5af1cc0b3d39d86988e33262f6c84b4609244a9a.zip FreeBSD-src-5af1cc0b3d39d86988e33262f6c84b4609244a9a.tar.gz |
Remove a soft member which was never used.
Approved by: marcel
-rw-r--r-- | sys/dev/quicc/quicc_bfe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/quicc/quicc_bfe.h b/sys/dev/quicc/quicc_bfe.h index 9ba622c..5c58914 100644 --- a/sys/dev/quicc/quicc_bfe.h +++ b/sys/dev/quicc/quicc_bfe.h @@ -50,7 +50,6 @@ struct quicc_softc { u_int sc_clock; int sc_fastintr:1; - int sc_leaving:1; int sc_polled:1; }; |