@@ -14,20 +14,10 @@ proc ::vfs::kitdll::Unmount {local} { vfs::filesystem unmount $local } # Implementation - -## Filesystem Data -proc ::vfs::kitdll::data::getData {hashkey file {start 0} {end "end"}} { - if {![info exists ::vfs::kitdll::data($file)]} { - return -code error "Invalid operation" - } - - return [string range $::vfs::kitdll::data($file) $start $end] -} - ## VFS and Chan I/O ### Dispatchers proc ::vfs::kitdll::vfshandler {hashkey subcmd args} { set cmd $args set cmd [linsert $cmd 0 "::vfs::kitdll::vfsop_${subcmd}" $hashkey]