aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/romfs/fs_romfs.h')
-rw-r--r--nuttx/fs/romfs/fs_romfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/fs/romfs/fs_romfs.h b/nuttx/fs/romfs/fs_romfs.h
index 4081517fb..6a337d2c5 100644
--- a/nuttx/fs/romfs/fs_romfs.h
+++ b/nuttx/fs/romfs/fs_romfs.h
@@ -159,7 +159,6 @@ struct romfs_mountpt_s
struct romfs_file_s
{
struct romfs_file_s *rf_next; /* Retained in a singly linked list */
- bool rf_open; /* true: The file is (still) open */
uint32_t rf_startoffset; /* Offset to the start of the file data */
uint32_t rf_size; /* Size of the file in bytes */
uint32_t rf_cachesector; /* Current sector in the rf_buffer */