diff options
author | das <das> | 2008-08-13 23:08:38 (GMT) |
---|---|---|
committer | das <das> | 2008-08-13 23:08:38 (GMT) |
commit | 403d0af61f5e408620c7f57e40ef2d209b37835f (patch) | |
tree | d26b89f6cbc0024e413b437aea2374bb1847d351 /generic/tclInt.h | |
parent | e48a13a4a47c8dabc6edd925ae0f0d7eef67e047 (diff) | |
download | tcl-403d0af61f5e408620c7f57e40ef2d209b37835f.zip tcl-403d0af61f5e408620c7f57e40ef2d209b37835f.tar.gz tcl-403d0af61f5e408620c7f57e40ef2d209b37835f.tar.bz2 |
* unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()
* generic/tclInt.h: and related ifdefs and autoconf tests.
* unix/tclUnixPort.h: [Bug 2017264] (jenglish)
* unix/tcl.m4:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 5b8f104..8992044 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.389 2008/08/07 04:13:52 msofer Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.390 2008/08/13 23:08:38 das Exp $ */ #ifndef _TCLINT @@ -2759,7 +2759,6 @@ MODULE_SCOPE void * TclThreadStorageKeyGet(Tcl_ThreadDataKey *keyPtr); MODULE_SCOPE void TclThreadStorageKeySet(Tcl_ThreadDataKey *keyPtr, void *data); MODULE_SCOPE void TclpThreadExit(int status); -MODULE_SCOPE size_t TclpThreadGetStackSize(void); MODULE_SCOPE void TclRememberCondition(Tcl_Condition *mutex); MODULE_SCOPE void TclRememberJoinableThread(Tcl_ThreadId id); MODULE_SCOPE void TclRememberMutex(Tcl_Mutex *mutex); |