diff options
-rw-r--r-- | sys/geom/concat/g_concat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index e073ccc..51fd941 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -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 */ |