diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-19 21:11:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-19 21:11:42 (GMT) |
commit | e5817145d28f886370ebdbf72b96ff6f2573dcad (patch) | |
tree | 814a6772c492b50611eb62238a8060eb2e4512bb /unix/tclUnixThrd.c | |
parent | e87ceb89576dc37f5f988edd8b27e2be84ecc918 (diff) | |
download | tcl-e5817145d28f886370ebdbf72b96ff6f2573dcad.zip tcl-e5817145d28f886370ebdbf72b96ff6f2573dcad.tar.gz tcl-e5817145d28f886370ebdbf72b96ff6f2573dcad.tar.bz2 |
Fix [77f1088210fd739]: trunk: mac os x: compilation warnings
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r-- | unix/tclUnixThrd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index a98af8e..74fdaed 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -160,14 +160,6 @@ PCondTimedWait( } #endif /* HAVE_PTHREAD_MUTEX_RECURSIVE */ -#ifndef TCL_NO_DEPRECATED -typedef struct { - char nabuf[16]; -} ThreadSpecificData; - -static Tcl_ThreadDataKey dataKey; -#endif /* TCL_NO_DEPRECATED */ - /* * masterLock is used to serialize creation of mutexes, condition variables, * and thread local storage. This is the only place that can count on the |