]> gitweb.factorcode.org Git - factor.git/commitdiff
db.errors: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 14 Feb 2018 18:39:09 +0000 (10:39 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 14 Feb 2018 18:39:09 +0000 (10:39 -0800)
basis/db/errors/errors.factor

index dbb537cedcd5ada2b35275d1ff4add9f4aaccce1..220ea13b9e7d078f54e8de2dd462947b403e3018 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel continuations fry words ;
+USING: continuations kernel ;
 IN: db.errors
 
 ERROR: db-error ;