X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=f4ff1fe5c739c63892d81c31bee3d943ea7578ce;hb=15a5894721592fc295cc61c607c59875ec5825a2;hp=1d77f652888d48e65fb382eb1c2ed956bffc5c66;hpb=b062a0cffdc3e1706a67c487d2bc5e406c104893;p=sbcl.git diff --git a/TODO b/TODO index 1d77f65..f4ff1fe 100644 --- a/TODO +++ b/TODO @@ -58,10 +58,6 @@ for early 0.7.x: os_trunc_foo(), os_round_up_foo() ** removed various avoid-evaluating-C-macro-arg-twice cruft -* added mechanisms for automatically finding dead symbols in - package-data.lisp-expr (i.e. those symbols not bound, - fbound, defined as types, or whatever), and used them - to remove dead symbols * Either get rid of or at least rework the fdefinition/encapsulation system so that (SYMBOL-FUNCTION 'FOO) is identically equal to (FDEFINITION 'FOO).