[PATCH 2/4] Filesystem: Delete rtems_libio_last_iop

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Feb 2 14:25:24 UTC 2015


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




More information about the devel mailing list