forked from Imagelibrary/rtems
libio: Remove rtems_libio_t::driver
This member was apparently unused. Close #3133.
This commit is contained in:
@@ -1318,7 +1318,6 @@ extern const rtems_filesystem_limits_and_options_t
|
|||||||
* to (eg: offset, driver, pathname should be in that)
|
* to (eg: offset, driver, pathname should be in that)
|
||||||
*/
|
*/
|
||||||
struct rtems_libio_tt {
|
struct rtems_libio_tt {
|
||||||
rtems_driver_name_t *driver;
|
|
||||||
off_t offset; /* current offset into file */
|
off_t offset; /* current offset into file */
|
||||||
Atomic_Uint flags;
|
Atomic_Uint flags;
|
||||||
rtems_filesystem_location_info_t pathinfo;
|
rtems_filesystem_location_info_t pathinfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user