summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-08-08 03:13:50 (GMT)
committerdgp <dgp@noemail.net>2001-08-08 03:13:50 (GMT)
commitd9aaf23928cd33c78085946b26ef66513065e76c (patch)
tree652882c791b6dc8eea1fa7ee14d632f399c39a67 /library
parenta36a44a8b54f7ad448604733feac5afd117de9e9 (diff)
downloadtcl-d9aaf23928cd33c78085946b26ef66513065e76c.zip
tcl-d9aaf23928cd33c78085946b26ef66513065e76c.tar.gz
tcl-d9aaf23928cd33c78085946b26ef66513065e76c.tar.bz2
BRANCH: core-8-3-1-branch
Removed library/dde/*. They first appear in the 8.4 work. In 8.3, the dde package is in library/dde1.1 . FossilOrigin-Name: fe41b1f23e81094e0ab3628ca86b1ff111b047e1
Diffstat (limited to 'library')
-rw-r--r--library/dde/pkgIndex.tcl5
1 files changed, 0 insertions, 5 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
deleted file mode 100644
index f818736..0000000
--- a/library/dde/pkgIndex.tcl
+++ /dev/null
@@ -1,5 +0,0 @@
-if {[info exists tcl_platform(debug)]} {
- package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde]
-} else {
- package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde]
-}