diff options
author | sebres <sebres@users.sourceforge.net> | 2019-03-05 17:39:05 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2019-03-05 17:39:05 (GMT) |
commit | bec930b92f3c063774c889a41ba95b69e61371f3 (patch) | |
tree | 56c49bf08292763fe33736827e4f3fd86498a7c1 /library | |
parent | be0b5d682650dde1e60038c5299498712422a33b (diff) | |
download | tcl-bec930b92f3c063774c889a41ba95b69e61371f3.zip tcl-bec930b92f3c063774c889a41ba95b69e61371f3.tar.gz tcl-bec930b92f3c063774c889a41ba95b69e61371f3.tar.bz2 |
timerate is supported in 8.7
Diffstat (limited to 'library')
-rw-r--r-- | library/tclIndex | 3 |
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} -} |