summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios01
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/termios01
parentfsclose01: Add tmpfile() test case (diff)
downloadrtems-53b6484d3827fc93aae2d4c168cdbc07f8496eb9.tar.bz2
termios: Remove obsolete configuration options
Update #2843.
Diffstat (limited to 'testsuites/libtests/termios01')
-rw-r--r--testsuites/libtests/termios01/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/libtests/termios01/init.c b/testsuites/libtests/termios01/init.c
index 1fd2c5789c..461fa99b63 100644
--- a/testsuites/libtests/termios01/init.c
+++ b/testsuites/libtests/termios01/init.c
@@ -1013,9 +1013,6 @@ static rtems_task Init(
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 4
-/* 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