]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/nodes/empty/empty.factor
factor: more using trim
[factor.git] / basis / persistent / hashtables / nodes / empty / empty.factor
index 95a310acd9d461481b7bde00429b38400e806bc4..a020684c35092ada6f742e91632a63658f31a56c 100644 (file)
@@ -1,6 +1,6 @@
 ! Based on Clojure's PersistentHashMap by Rich Hickey.
 
-USING: accessors kernel locals persistent.hashtables.nodes ;
+USING: accessors kernel persistent.hashtables.nodes ;
 IN: persistent.hashtables.nodes.empty
 
 M: empty-node (entry-at) 3drop f ;