summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxspin01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-20 01:09:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-20 01:09:40 +0000
commit7c6375bbdb7cde84aa25e008c7c49acbf82b7e55 (patch)
tree4bf30ef0e990fcfa5db944a83f8df8829da3557d /testsuites/psxtests/psxspin01
parent2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7c6375bbdb7cde84aa25e008c7c49acbf82b7e55.tar.bz2
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxspin01/test.c: Remove unnecessary defines.
Diffstat (limited to 'testsuites/psxtests/psxspin01')
-rw-r--r--testsuites/psxtests/psxspin01/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxspin01/test.c b/testsuites/psxtests/psxspin01/test.c
index 29359a0901..ad3a4aa913 100644
--- a/testsuites/psxtests/psxspin01/test.c
+++ b/testsuites/psxtests/psxspin01/test.c
@@ -20,8 +20,6 @@
#include <rtems.h> /* for task creation */
-#define NUMBER_THREADS 2
-pthread_t ThreadIds[NUMBER_THREADS];
pthread_spinlock_t Spinlock;
volatile int mainThreadSpinning;