summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx01/system.h')
-rw-r--r--testsuites/psxtests/psx01/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/psxtests/psx01/system.h b/testsuites/psxtests/psx01/system.h
index e1049a09aa..c1d74d1e23 100644
--- a/testsuites/psxtests/psx01/system.h
+++ b/testsuites/psxtests/psx01/system.h
@@ -41,12 +41,6 @@ void *Task_1_through_3(
/* global variables */
-#ifdef CONFIGURE_INIT
-#define TEST_EXTERN
-#else
-#define TEST_EXTERN extern
-#endif
-
TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;