diff options
author | pjd <pjd@FreeBSD.org> | 2004-03-01 17:33:11 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-03-01 17:33:11 +0000 |
commit | dcb69fe7b178b0fe698c1a36b4a921d4a15080d7 (patch) | |
tree | 5f6941f561e19165bebd54b6e83b2e37ee99a558 /sys/geom | |
parent | 182ad8928d539e30ddbabbb4a913bb61c08cfb11 (diff) | |
download | FreeBSD-src-dcb69fe7b178b0fe698c1a36b4a921d4a15080d7.zip FreeBSD-src-dcb69fe7b178b0fe698c1a36b4a921d4a15080d7.tar.gz |
Removed unused fields.
Diffstat (limited to 'sys/geom')
-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 { |