[rtems commit] libio: Remove rtems_libio_t::driver
Sebastian Huber
sebh at rtems.org
Mon Sep 18 04:59:55 UTC 2017
Module: rtems
Branch: master
Commit: 8fa75d35cba6f060a41846e9c52b25c10347f801
Changeset: http://git.rtems.org/rtems/commit/?id=8fa75d35cba6f060a41846e9c52b25c10347f801
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Sep 15 12:52:08 2017 +0200
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 8049299..9d30daf 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;
More information about the vc
mailing list