summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/uid01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-05 09:57:45 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-05 09:57:45 +0100
commit53b6484d3827fc93aae2d4c168cdbc07f8496eb9 (patch)
tree56ff17f101cc0aabe8183663ff524348b5e7ae37 /testsuites/libtests/uid01
parentfsclose01: Add tmpfile() test case (diff)
downloadrtems-53b6484d3827fc93aae2d4c168cdbc07f8496eb9.tar.bz2
termios: Remove obsolete configuration options
Update #2843.
Diffstat (limited to 'testsuites/libtests/uid01')
-rw-r--r--testsuites/libtests/uid01/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/libtests/uid01/init.c b/testsuites/libtests/uid01/init.c
index 99d11f0ed4..85b8f447cd 100644
--- a/testsuites/libtests/uid01/init.c
+++ b/testsuites/libtests/uid01/init.c
@@ -132,9 +132,6 @@ rtems_task Init(
TERMIOS_TEST_DRIVER_TABLE_ENTRY, \
SERIAL_MOUSE_DRIVER_TABLE_ENTRY
-/* one for the console and one for the test port */
-#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
-
/* we need to be able to open the test device and mouse */
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
#define CONFIGURE_MAXIMUM_TASKS 1