From fe353091cd660bd81ad92ea632d4ae4ddce773cf Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Mon, 10 May 2010 20:10:45 +0000 Subject: [PATCH] MFC: r207532 Remove a soft member which was never used. --- 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 9ba622c6794..5c589146ac4 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; };