summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios03
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/termios03
parentfsclose01: Add tmpfile() test case (diff)
downloadrtems-53b6484d3827fc93aae2d4c168cdbc07f8496eb9.tar.bz2
termios: Remove obsolete configuration options
Update #2843.
Diffstat (limited to 'testsuites/libtests/termios03')
-rw-r--r--testsuites/libtests/termios03/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/libtests/termios03/init.c b/testsuites/libtests/termios03/init.c
index 70ed74d84d..b9b243920f 100644
--- a/testsuites/libtests/termios03/init.c
+++ b/testsuites/libtests/termios03/init.c
@@ -165,9 +165,6 @@ rtems_task Init(
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 3
-/* one for the console and one for the test port */
-#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 3
-
/* we need to be able to open the test device */
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
#define CONFIGURE_MAXIMUM_TASKS 1