From 2aceb81909985aa42c8cc49316a747b8b793448a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Jun 2001 13:37:10 +0000 Subject: 2001-06-14 Joel Sherrill * cdtest/system.h: Removed configure of POSIX mutexes since there do not appear to be any used in this test. --- c/src/tests/samples/cdtest/system.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/tests/samples/cdtest/system.h') diff --git a/c/src/tests/samples/cdtest/system.h b/c/src/tests/samples/cdtest/system.h index d414c35451..557f3fea8c 100644 --- a/c/src/tests/samples/cdtest/system.h +++ b/c/src/tests/samples/cdtest/system.h @@ -34,9 +34,6 @@ rtems_task main_task( #define CONFIGURE_INIT_TASK_ENTRY_POINT main_task #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) -/* Guess at this one */ -#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 2 - #include /* end of include file */ -- cgit v1.2.3