summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-05-11 16:22:55 -0500
committerKinsey Moore <kinsey.moore@oarcorp.com>2023-05-15 21:46:30 -0500
commitf7953006dc7934156790b813a10793d2671287b4 (patch)
treed69d075714427d28e9b6679974adb20c5d0de2c9
parentbsd/ntp: Update namespace.h (diff)
downloadrtems-net-services-f7953006dc7934156790b813a10793d2671287b4.tar.bz2
testsuites/ntp: Remove limits and duplicates
This removes limits for configuration items where unlimited objects applies and removes a duplicate configuration line.
-rw-r--r--testsuites/ntp01/test_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/ntp01/test_main.c b/testsuites/ntp01/test_main.c
index 1d8ffb0..bc9db50 100644
--- a/testsuites/ntp01/test_main.c
+++ b/testsuites/ntp01/test_main.c
@@ -509,12 +509,6 @@ static rtems_task Init( rtems_task_argument argument )
#define CONFIGURE_MAXIMUM_TASKS 25
-#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 1
-
-#define CONFIGURE_MAXIMUM_POSIX_KEYS 1
-#define CONFIGURE_MAXIMUM_SEMAPHORES 20
-#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 10
-
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE