diff options
Diffstat (limited to 'contrib/tcl/tests/policies/tclIndex')
-rw-r--r-- | contrib/tcl/tests/policies/tclIndex | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/tcl/tests/policies/tclIndex b/contrib/tcl/tests/policies/tclIndex deleted file mode 100644 index ce2fa7f02751..000000000000 --- a/contrib/tcl/tests/policies/tclIndex +++ /dev/null @@ -1,10 +0,0 @@ -# Tcl autoload index file, version 2.0 -# This file is generated by the "auto_mkindex" command -# and sourced to set up indexing information for one or -# more commands. Typically each line is a command that -# sets an element in the auto_index array, where the -# element name is the name of a command and the value is -# a script that loads the command. - -set auto_index(globalPolicy_PolicyInit) [list source [file join $dir globalPolicy.tcl]] -set auto_index(tada) [list source [file join $dir globalPolicy.tcl]] |