From 8fa75d35cba6f060a41846e9c52b25c10347f801 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Sep 2017 12:52:08 +0200 Subject: libio: Remove rtems_libio_t::driver This member was apparently unused. Close #3133. --- cpukit/libcsupport/include/rtems/libio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index 804929915a..9d30dafddf 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -1318,7 +1318,6 @@ extern const rtems_filesystem_limits_and_options_t * to (eg: offset, driver, pathname should be in that) */ struct rtems_libio_tt { - rtems_driver_name_t *driver; off_t offset; /* current offset into file */ Atomic_Uint flags; rtems_filesystem_location_info_t pathinfo; -- cgit v1.2.3