diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ext4fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ext4fs.h b/include/ext4fs.h index 7e1ee6c..965cd9e 100644 --- a/include/ext4fs.h +++ b/include/ext4fs.h @@ -98,7 +98,6 @@ struct ext_filesystem { /* Superblock */ struct ext2_sblock *sb; /* Block group descritpor table */ - struct ext2_block_group *bgd; char *gdtable; /* Block Bitmap Related */ |