]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/readline/readline.factor
factor: trim more using lists.
[factor.git] / extra / readline / readline.factor
index bbad24a074e71e46fca69c231ce26245e338addb..2e8417d6129cab23d64a6a25bd8df3d32b064559 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2011 Erik Charlebois.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.data alien.libraries alien.strings compiler.units
-destructors fry io.encodings.utf8 kernel libc sequences words ;
+destructors io.encodings.utf8 kernel libc sequences words ;
 QUALIFIED: readline.ffi
 IN: readline