]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove unused entry from using list
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 3 Apr 2009 14:45:02 +0000 (09:45 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 3 Apr 2009 14:45:02 +0000 (09:45 -0500)
basis/pack/pack.factor

index 27cba6d6e729b22a7e45bd01a31e25b5c2642edc..3b9739fb0f143dc6169b06dcfb972737d1de99b3 100755 (executable)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types arrays assocs byte-arrays io
 io.binary io.streams.string kernel math math.parser namespaces
-make parser prettyprint quotations sequences strings vectors
+make parser quotations sequences strings vectors
 words macros math.functions math.bitwise fry generalizations
 combinators.smart io.streams.byte-array io.encodings.binary
 math.vectors combinators multiline endian ;