libio: Remove rtems_libio_t::driver

This member was apparently unused.

Close #3133.
This commit is contained in:
Sebastian Huber
2017-09-15 12:52:08 +02:00
parent ac741625b0
commit 8fa75d35cb

View File

@@ -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;