diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-05 12:33:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-05 12:33:01 +0000 |
commit | 140a040ae3b3a71ffcb0d4d8aaaa47caa804c9f9 (patch) | |
tree | a1a1d04ba696d76d5a4446cb4875ae7f0dd36f86 /contrib/tcl/tests/policies/tclIndex | |
parent | ff5fcc93d41b91987f974b2afeb857e5bb7400c6 (diff) |
Remove tcl from src/contrib.
Notes
Notes:
svn path=/head/; revision=38858
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]] |