summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-15 12:52:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-15 12:52:08 +0200
commit8fa75d35cba6f060a41846e9c52b25c10347f801 (patch)
tree1265401472cf76d43b7a534c814b540c1efbf0e0
parentlibio: Use FIFO for iop free list (diff)
downloadrtems-8fa75d35cba6f060a41846e9c52b25c10347f801.tar.bz2
libio: Remove rtems_libio_t::driver
This member was apparently unused. Close #3133.
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h1
1 files changed, 0 insertions, 1 deletions
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;