remove unused lassign defn
authorJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 3 Dec 2008 02:16:19 +0000 (02:16 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 3 Dec 2008 02:16:19 +0000 (02:16 +0000)
library/mk4vfs.tcl

index aa59bff007b5d1c6a3a40d28573c590f8dcf24d5..8e7bbcfbf690404d62e141c854a2604116d7734c 100644 (file)
@@ -26,17 +26,6 @@ if {[info exists env(VFS_DEBUG)] && [info commands history] == ""} {
     proc history {args} {}
 }
 
-# things that can no longer really be left out (but this is the wrong spot!)
-# be as non-invasive as possible, using these definitions as last resort
-
-if {![info exists auto_index(lassign)] && [info commands lassign] == ""} {
-    set auto_index(lassign) {
-       proc lassign {l args} {
-           foreach v $l a $args { uplevel 1 [list set $a $v] }
-       }
-    }
-}
-
 namespace eval vfs::mk4 {
     proc Mount {mkfile local args} {
         # 2005-10-19 switch to MK Compatible Lite driver if there is no Mk4tcl