summaryrefslogtreecommitdiffstats
path: root/sys/geom/concat/g_concat.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-02-27 15:32:49 +0000
committerpjd <pjd@FreeBSD.org>2004-02-27 15:32:49 +0000
commitbb9aeae50f33bead43f66bd94d8e4ebf067b4c4c (patch)
tree1886e1c0d6b1224588b56965c481a5abd865f978 /sys/geom/concat/g_concat.h
parent02e13ba2ce6b982cbd2ae6dfb7494aa44654a148 (diff)
downloadFreeBSD-src-bb9aeae50f33bead43f66bd94d8e4ebf067b4c4c.zip
FreeBSD-src-bb9aeae50f33bead43f66bd94d8e4ebf067b4c4c.tar.gz
Remove unused field.
Approved by: scottl (mentor)
Diffstat (limited to 'sys/geom/concat/g_concat.h')
-rw-r--r--sys/geom/concat/g_concat.h1
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 */
OpenPOWER on IntegriCloud