summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 11:59:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 11:59:03 (GMT)
commitd62bcbc61199fddc4e0b78ccc46880674cf5d0c2 (patch)
treeaa62fe1fae51b13111ecc938e7cdd9a0fa90ca21 /unix/tclUnixThrd.c
parent443454050249a7f4d463a35aea95ff9b79c0f905 (diff)
parent3dba96d22acacfab6277e66a0d58bd559c67f005 (diff)
downloadtcl-d62bcbc61199fddc4e0b78ccc46880674cf5d0c2.zip
tcl-d62bcbc61199fddc4e0b78ccc46880674cf5d0c2.tar.gz
tcl-d62bcbc61199fddc4e0b78ccc46880674cf5d0c2.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r--unix/tclUnixThrd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index 989e2af..d2cf2d4 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -661,9 +661,7 @@ TclpFreeAllocMutex(
void
TclpInitAllocCache(void)
{
- pthread_mutex_lock(allocLockPtr);
pthread_key_create(&key, NULL);
- pthread_mutex_unlock(allocLockPtr);
}
void