]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/redis/redis-tests.factor
cleanup some QUALIFIED: that are no longer needed.
[factor.git] / extra / redis / redis-tests.factor
index 3d53953f065c7cf1537b36fa13bba59dc03adc10..89cef6f42b4be8cefdef2c9f706f6bc55d45c081 100644 (file)
@@ -4,8 +4,6 @@
 USING: continuations kernel redis math math.parser sequences
 sorting tools.test ;
 
-QUALIFIED: redis
-
 IN: redis.tests
 
 : with-redis ( quot -- )