summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-02 15:25:24 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-04 14:03:49 +0100
commit97db9e303052852c7aed6d27e9ce8cb060c5d9a2 (patch)
tree2dd891fcccbfa2eecb8a1e747f052364a8f00a34
parentFilesystem: Make rtems_libio_number_iops const (diff)
downloadrtems-97db9e303052852c7aed6d27e9ce8cb060c5d9a2.tar.bz2
Filesystem: Delete rtems_libio_last_iop
-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 8703e09d7f..d021c1b7ca 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;