summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxspin01
diff options
context:
space:
mode:
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;