summaryrefslogtreecommitdiffstats
path: root/library/struct1.0/struct.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/struct1.0/struct.tcl')
-rw-r--r--library/struct1.0/struct.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/library/struct1.0/struct.tcl b/library/struct1.0/struct.tcl
deleted file mode 100644
index ecacdba..0000000
--- a/library/struct1.0/struct.tcl
+++ /dev/null
@@ -1,8 +0,0 @@
-package provide struct 1.0
-source [file join [file dirname [info script]] stack.tcl]
-source [file join [file dirname [info script]] queue.tcl]
-namespace eval struct {
- namespace export *
- namespace import stack::*
- namespace import queue::*
-}