aboutsummaryrefslogtreecommitdiff
path: root/tclcompat.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tclcompat.tcl')
-rw-r--r--tclcompat.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tclcompat.tcl b/tclcompat.tcl
index d6fa23e..aa4907e 100644
--- a/tclcompat.tcl
+++ b/tclcompat.tcl
@@ -261,5 +261,3 @@ proc try {args} {
proc throw {code {msg ""}} {
return -code $code $msg
}
-
-set tcl_platform(platform) unix