From 8b8c068df365f8f3ef158d7779d967f1353c93db Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 31 Mar 2020 15:19:46 +0200 Subject: testsuites: Remove CONFIGURE_MALLOC_STATISTICS This configuration option is obsolete since 2014. Update #1367. --- testsuites/libtests/malloctest/system.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h index 93495cf6c6..53a13fc1d6 100644 --- a/testsuites/libtests/malloctest/system.h +++ b/testsuites/libtests/malloctest/system.h @@ -37,8 +37,6 @@ void blow_stack( void ); #define CONFIGURE_EXTRA_TASK_STACKS ((TASK_STACK_SIZE)*5) #define CONFIGURE_MAXIMUM_TASKS 6 -#define CONFIGURE_MALLOC_STATISTICS - #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3