Remove unused field.

Approved by:	scottl (mentor)
This commit is contained in:
Pawel Jakub Dawidek 2004-02-27 15:32:49 +00:00
parent 3f0a01ea87
commit 0787ce83b2

View File

@ -69,7 +69,6 @@ struct g_concat_disk {
};
struct g_concat_softc {
int sc_flags; /* flags */
u_int sc_type; /* provider type */
struct g_provider *sc_provider;
char sc_name[16]; /* concat name */