diff options
-rw-r--r-- | sys/geom/concat/g_concat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index 51fd941..292badb 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -63,9 +63,7 @@ struct g_concat_disk { struct g_concat_softc *d_softc; off_t d_start; off_t d_end; - off_t d_length; boolean_t d_valid; - LIST_ENTRY(g_concat_path) d_next; }; struct g_concat_softc { |