mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Module: Remove some unused members of a structure
This commit is contained in:
+1
-1
Submodule configs updated: 4a56b7ba64...2d03a7241a
@@ -87,12 +87,7 @@ struct modprocfs_file_s
|
||||
size_t remaining; /* Space remaining in user buffer */
|
||||
size_t totalsize; /* Total size returned by read() */
|
||||
off_t offset; /* Offset skip on output */
|
||||
|
||||
/* Line buffer */
|
||||
|
||||
uint8_t lineno; /* Line number */
|
||||
uint8_t linesize; /* Number of valid characters in line[] */
|
||||
char line[MOD_LINELEN]; /* Pre-allocated buffer for formatted lines */
|
||||
char line[MOD_LINELEN]; /* Buffer for line formatting */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user