summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/libio.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libc/libio.c')
-rw-r--r--c/src/lib/libc/libio.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/c/src/lib/libc/libio.c b/c/src/lib/libc/libio.c
index 4ac3666a1e..cdb89e22de 100644
--- a/c/src/lib/libc/libio.c
+++ b/c/src/lib/libc/libio.c
@@ -101,24 +101,6 @@ rtems_register_libio_handler(
handlers[handler_index] = *handler;
}
-
-void
-rtems_libio_config(
- rtems_configuration_table *config,
- unsigned32 max_fds
-)
-{
- rtems_libio_number_iops = max_fds;
-
- /*
- * tweak config to reflect # of semaphores we will need
- */
-
- /* one for iop table */
- config->RTEMS_api_configuration->maximum_semaphores += 1;
- config->RTEMS_api_configuration->maximum_semaphores += max_fds;
-}
-
/*
* Called by bsp startup code to init the libio area.
*/