[rtems commit] Filesystem: Delete rtems_libio_last_iop
Sebastian Huber
sebh at rtems.org
Wed Feb 4 13:34:20 UTC 2015
Module: rtems
Branch: master
Commit: 97db9e303052852c7aed6d27e9ce8cb060c5d9a2
Changeset: http://git.rtems.org/rtems/commit/?id=97db9e303052852c7aed6d27e9ce8cb060c5d9a2
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Feb 2 15:25:24 2015 +0100
Filesystem: Delete rtems_libio_last_iop
---
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 8703e09..d021c1b 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -66,7 +66,6 @@ extern rtems_id rtems_libio_semaphore;
extern const uint32_t rtems_libio_number_iops;
extern rtems_libio_t *rtems_libio_iops;
-extern rtems_libio_t *rtems_libio_last_iop;
extern rtems_libio_t *rtems_libio_iop_freelist;
extern const rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers;
More information about the vc
mailing list