]> gitweb.factorcode.org Git - factor.git/commitdiff
json.writer: Didn't end up using present vocab after all.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 23 Nov 2014 16:50:02 +0000 (08:50 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 23 Nov 2014 16:50:28 +0000 (08:50 -0800)
basis/json/writer/writer.factor

index aa45d2f75533913e81d5669f027c7e01989b0992..7218cca1b80f3b8f377d3b4359b484139b2f3e95 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel io.streams.string io strings splitting
 sequences math math.parser assocs classes words namespaces make
-prettyprint hashtables mirrors tr json fry combinators present ;
+prettyprint hashtables mirrors tr json fry combinators ;
 IN: json.writer
 
 #! Writes the object out to a stream in JSON format