summaryrefslogtreecommitdiff
path: root/os2/os2.c
diff options
context:
space:
mode:
Diffstat (limited to 'os2/os2.c')
-rw-r--r--os2/os2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os2/os2.c b/os2/os2.c
index d7a4b58c35..8cb73671ad 100644
--- a/os2/os2.c
+++ b/os2/os2.c
@@ -4959,10 +4959,8 @@ Perl_OS2_init3(char **env, void **preg, int flags)
if (PL_sh_path[i] == '\\') PL_sh_path[i] = '/';
}
}
-#if defined(USE_5005THREADS) || defined(USE_ITHREADS)
MUTEX_INIT(&start_thread_mutex);
MUTEX_INIT(&perlos2_state_mutex);
-#endif
os2_mytype = my_type(); /* Do it before morphing. Needed? */
os2_mytype_ini = os2_mytype;
Perl_os2_initial_mode = -1; /* Uninit */