[rtems commit] testsuites: Remove CONFIGURE_MALLOC_STATISTICS
Sebastian Huber
sebh at rtems.org
Wed Apr 1 07:05:47 UTC 2020
Module: rtems
Branch: master
Commit: 8b8c068df365f8f3ef158d7779d967f1353c93db
Changeset: http://git.rtems.org/rtems/commit/?id=8b8c068df365f8f3ef158d7779d967f1353c93db
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Mar 31 15:19:46 2020 +0200
testsuites: Remove CONFIGURE_MALLOC_STATISTICS
This configuration option is obsolete since 2014.
Update #1367.
---
testsuites/libtests/malloctest/system.h | 2 --
testsuites/psxtests/psxaio01/system.h | 4 ----
testsuites/psxtests/psxaio02/system.h | 2 --
testsuites/psxtests/psxaio03/system.h | 2 --
testsuites/samples/fileio/system.h | 2 --
5 files changed, 12 deletions(-)
diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h
index 93495cf..53a13fc 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
diff --git a/testsuites/psxtests/psxaio01/system.h b/testsuites/psxtests/psxaio01/system.h
index f58a67e..2197339 100644
--- a/testsuites/psxtests/psxaio01/system.h
+++ b/testsuites/psxtests/psxaio01/system.h
@@ -34,10 +34,6 @@ void *POSIX_Init (void *argument);
#define CONFIGURE_EXTRA_TASK_STACKS (10 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE (10 * RTEMS_MINIMUM_STACK_SIZE)
-
-#define CONFIGURE_MALLOC_STATISTICS
-
-
#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/psxtests/psxaio02/system.h b/testsuites/psxtests/psxaio02/system.h
index db0014f..2197339 100644
--- a/testsuites/psxtests/psxaio02/system.h
+++ b/testsuites/psxtests/psxaio02/system.h
@@ -34,8 +34,6 @@ void *POSIX_Init (void *argument);
#define CONFIGURE_EXTRA_TASK_STACKS (10 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE (10 * RTEMS_MINIMUM_STACK_SIZE)
-#define CONFIGURE_MALLOC_STATISTICS
-
#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/psxtests/psxaio03/system.h b/testsuites/psxtests/psxaio03/system.h
index 066bf9e..17baaf7 100644
--- a/testsuites/psxtests/psxaio03/system.h
+++ b/testsuites/psxtests/psxaio03/system.h
@@ -35,8 +35,6 @@ void *POSIX_Init (void *argument);
#define CONFIGURE_EXTRA_TASK_STACKS (5 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE (5 * RTEMS_MINIMUM_STACK_SIZE)
-#define CONFIGURE_MALLOC_STATISTICS
-
#include <rtems/confdefs.h>
/* global variables */
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index c2a99d1..743acf8 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -59,8 +59,6 @@ rtems_task Init(
#define CONFIGURE_STACK_CHECKER_ENABLED
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_MALLOC_STATISTICS
-
#define CONFIGURE_UNIFIED_WORK_AREAS
#define CONFIGURE_UNLIMITED_OBJECTS
More information about the vc
mailing list