From 5af1cc0b3d39d86988e33262f6c84b4609244a9a Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 2 May 2010 19:05:57 +0000 Subject: Remove a soft member which was never used. Approved by: marcel --- sys/dev/quicc/quicc_bfe.h | 1 - 1 file changed, 1 deletion(-) 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; }; -- cgit v1.1