]> gitweb.factorcode.org Git - factor.git/commitdiff
ftp: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 30 Nov 2014 16:44:29 +0000 (08:44 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 30 Nov 2014 16:44:29 +0000 (08:44 -0800)
basis/ftp/ftp.factor

index eea98c01721be9f5c5951c15c135dbc4ddb92b41..cb84a72b94c4449ba7f8eda1438022b872dbd196 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs combinators io io.files kernel
-math.parser sequences strings ;
+USING: accessors io kernel sequences ;
 IN: ftp
 
 SYMBOLS: +active+ +passive+ ;