summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/console/consolereserveresources.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/console/consolereserveresources.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/console/consolereserveresources.c b/c/src/lib/libbsp/c4x/c4xsim/console/consolereserveresources.c
index 40a65de7c5..ce0f87c5a0 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/console/consolereserveresources.c
+++ b/c/src/lib/libbsp/c4x/c4xsim/console/consolereserveresources.c
@@ -17,10 +17,3 @@
#include <rtems/libio.h>
#include <stdlib.h>
#include <assert.h>
-
-void console_reserve_resources(
- rtems_configuration_table *configuration
-)
-{
- rtems_termios_reserve_resources( configuration, 2 );
-}