From 76e2421f0747c76f1df523799a2bb27fa0b6be9f Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 30 Nov 2014 08:44:29 -0800 Subject: [PATCH] ftp: cleanup using. --- basis/ftp/ftp.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/ftp/ftp.factor b/basis/ftp/ftp.factor index eea98c0172..cb84a72b94 100644 --- a/basis/ftp/ftp.factor +++ b/basis/ftp/ftp.factor @@ -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+ ;