From 53b6484d3827fc93aae2d4c168cdbc07f8496eb9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 5 Feb 2018 09:57:45 +0100 Subject: termios: Remove obsolete configuration options Update #2843. --- testsuites/libtests/termios08/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'testsuites/libtests/termios08/init.c') diff --git a/testsuites/libtests/termios08/init.c b/testsuites/libtests/termios08/init.c index ee5a5c1269..34f9d23757 100644 --- a/testsuites/libtests/termios08/init.c +++ b/testsuites/libtests/termios08/init.c @@ -154,9 +154,6 @@ rtems_task Init( #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_APPLICATION_EXTRA_DRIVERS TERMIOS_TEST_DRIVER_TABLE_ENTRY -/* 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 -- cgit v1.2.3