summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-03-05 17:39:05 (GMT)
committersebres <sebres@users.sourceforge.net>2019-03-05 17:39:05 (GMT)
commitbec930b92f3c063774c889a41ba95b69e61371f3 (patch)
tree56c49bf08292763fe33736827e4f3fd86498a7c1 /library
parentbe0b5d682650dde1e60038c5299498712422a33b (diff)
downloadtcl-bec930b92f3c063774c889a41ba95b69e61371f3.zip
tcl-bec930b92f3c063774c889a41ba95b69e61371f3.tar.gz
tcl-bec930b92f3c063774c889a41ba95b69e61371f3.tar.bz2
timerate is supported in 8.7
Diffstat (limited to 'library')
-rw-r--r--library/tclIndex3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 5a702ad..87a2814 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -73,6 +73,3 @@ set auto_index(::tcl::tm::Defaults) [list ::tcl::Pkg::source [file join $dir tm.
set auto_index(::tcl::tm::UnknownHandler) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::roots) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::path) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
-if {[namespace exists ::tcl::unsupported]} {
- set auto_index(timerate) {namespace import ::tcl::unsupported::timerate}
-}