summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-31 15:19:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-31 15:21:58 +0200
commit8b8c068df365f8f3ef158d7779d967f1353c93db (patch)
tree9373f194d81566d21f02e7001bb76a74bd788959 /testsuites/psxtests
parentconfig: Remove CONFIGURE_FILESYSTEM_DEVFS (diff)
downloadrtems-8b8c068df365f8f3ef158d7779d967f1353c93db.tar.bz2
testsuites: Remove CONFIGURE_MALLOC_STATISTICS
This configuration option is obsolete since 2014. Update #1367.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psxaio01/system.h4
-rw-r--r--testsuites/psxtests/psxaio02/system.h2
-rw-r--r--testsuites/psxtests/psxaio03/system.h2
3 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/psxtests/psxaio01/system.h b/testsuites/psxtests/psxaio01/system.h
index f58a67e257..2197339a7c 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 db0014fb43..2197339a7c 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 066bf9e47e..17baaf7f66 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 */