
Revision: 3988 Author: hans URL: http://bknr.net/trac/changeset/3988 Remove iconv dependency, which is no longer used. U trunk/bknr/datastore/src/bknr.utils.asd Modified: trunk/bknr/datastore/src/bknr.utils.asd =================================================================== --- trunk/bknr/datastore/src/bknr.utils.asd 2008-10-14 10:32:34 UTC (rev 3987) +++ trunk/bknr/datastore/src/bknr.utils.asd 2008-10-14 10:37:34 UTC (rev 3988) @@ -19,8 +19,7 @@ :depends-on (:cl-interpol :cl-ppcre :md5 :flexi-streams - :bordeaux-threads - :iconv) + :bordeaux-threads) :components ((:module "statistics" :components ((:file "package") (:file "runtime-statistics" :depends-on ("package"))))