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/samples/minimum/init.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c index 65efad2b5d..c1f423daf3 100644 --- a/testsuites/samples/minimum/init.c +++ b/testsuites/samples/minimum/init.c @@ -52,12 +52,6 @@ static void *Init( uintptr_t ignored ) */ #define CONFIGURE_DISABLE_NEWLIB_REENTRANCY -/* - * This test does not need the console driver so there is no reason - * to configure termios. - */ -#define CONFIGURE_TERMIOS_DISABLED - /* * This test does not use any stdio. */ -- cgit v1.2.3