remove using

db4
Doug Coleman 2008-03-31 13:51:24 -05:00
parent 13b31be060
commit b13ac1e17f
1 changed files with 0 additions and 1 deletions
core/io/files

View File

@ -4,7 +4,6 @@ USING: io.backend io.files.private io hashtables kernel math
memory namespaces sequences strings assocs arrays definitions
system combinators splitting sbufs continuations io.encodings
io.encodings.binary init accessors ;
USE: tools.walker
IN: io.files
HOOK: (file-reader) io-backend ( path -- stream )