summaryrefslogtreecommitdiff
path: root/win32/perllib.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1997-11-26 11:51:43 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-27 14:52:44 +0000
commit1f9fc8634953edfe8d04b6bcffd93f828da0b1cd (patch)
treedf21b8916041b1aab764379399c503460cfe21d4 /win32/perllib.c
parent74d6a13a31d64f4c7191d7ad43d47abf825df663 (diff)
downloadperl-1f9fc8634953edfe8d04b6bcffd93f828da0b1cd.tar.gz
Stop double initialisation of malloc_mutex:
Subject: 5.004_55: Double initialiazation of malloc_mutex p4raw-id: //depot/perl@316
Diffstat (limited to 'win32/perllib.c')
-rw-r--r--win32/perllib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/perllib.c b/win32/perllib.c
index c24941f111..848360698b 100644
--- a/win32/perllib.c
+++ b/win32/perllib.c
@@ -15,10 +15,6 @@ RunPerl(int argc, char **argv, char **env, void *iosubsystem)
int exitstatus;
PerlInterpreter *my_perl;
-#ifdef USE_THREADS
- MUTEX_INIT(&malloc_mutex);
-#endif
-
PERL_SYS_INIT(&argc,&argv);
perl_init_i18nl10n(1);