MFC: r207532

Remove a soft member which was never used.
This commit is contained in:
Marius Strobl 2010-05-10 20:10:45 +00:00
parent 4dd3847da5
commit fe353091cd

View file

@ -50,7 +50,6 @@ struct quicc_softc {
u_int sc_clock;
int sc_fastintr:1;
int sc_leaving:1;
int sc_polled:1;
};