summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-14 06:45:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-14 06:45:27 (GMT)
commit2e1f8f2c31f3860a2302b9e51f8c6773211cd78a (patch)
tree1022d5240c5d65b1435bb4eacbd4e8ddc732d70d /generic/tclBasic.c
parente697d980199dc1c2b172feffd18aa3c9b156843c (diff)
parent93e3a238d03fe4237ec76d361f83547cf268ab29 (diff)
downloadtcl-2e1f8f2c31f3860a2302b9e51f8c6773211cd78a.zip
tcl-2e1f8f2c31f3860a2302b9e51f8c6773211cd78a.tar.gz
tcl-2e1f8f2c31f3860a2302b9e51f8c6773211cd78a.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 280290c..8905849 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -928,17 +928,6 @@ Tcl_CreateInterp(void)
TclPrecTraceProc, NULL);
TclpSetVariables(interp);
-#ifdef TCL_THREADS
- /*
- * The existence of the "threaded" element of the tcl_platform array
- * indicates that this particular Tcl shell has been compiled with threads
- * turned on. Using "info exists tcl_platform(threaded)" a Tcl script can
- * introspect on the interpreter level of thread safety.
- */
-
- Tcl_SetVar2(interp, "tcl_platform", "threaded", "1", TCL_GLOBAL_ONLY);
-#endif
-
/*
* Register Tcl's version number.
* TIP #268: Full patchlevel instead of just major.minor