]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/identity/identity.factor
core: trim using lists with tool
[factor.git] / core / hashtables / identity / identity.factor
index 53d1b14461f31f5d6460888dcec38aff724d55ba..5d7354b5776087b8617523b3611d7872ebce29d6 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs hashtables hashtables.wrapped kernel
-parser vocabs.loader ;
+vocabs.loader ;
 IN: hashtables.identity
 
 <PRIVATE