summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/cdtest/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-14 13:37:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-14 13:37:10 +0000
commit2aceb81909985aa42c8cc49316a747b8b793448a (patch)
tree322b5c2fd6aa505197ecab388fb307ea77bf2b8e /c/src/tests/samples/cdtest/system.h
parent2001-06-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2aceb81909985aa42c8cc49316a747b8b793448a.tar.bz2
2001-06-14 Joel Sherrill <joel@OARcorp.com>
* cdtest/system.h: Removed configure of POSIX mutexes since there do not appear to be any used in this test.
Diffstat (limited to 'c/src/tests/samples/cdtest/system.h')
-rw-r--r--c/src/tests/samples/cdtest/system.h3
1 files changed, 0 insertions, 3 deletions
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 <confdefs.h>
/* end of include file */