removed TODO
authorblanchet
Wed, 08 Apr 2015 15:04:06 +0200
changeset 59957 5031030aaebe
parent 59956 e936c2828bec
child 59958 4538d41e8e54
removed TODO
src/HOL/Tools/BNF/bnf_comp.ML
--- a/src/HOL/Tools/BNF/bnf_comp.ML	Wed Apr 08 15:02:40 2015 +0200
+++ b/src/HOL/Tools/BNF/bnf_comp.ML	Wed Apr 08 15:04:06 2015 +0200
@@ -102,7 +102,6 @@
 fun cache_comp key (bnf_Ds_As, ((cache, unfold_set), lthy)) =
   (bnf_Ds_As, ((Typtab.update (key, bnf_Ds_As) cache, unfold_set), lthy));
 
-(* TODO: Replace by "BNF_Defs.defs list"? *)
 type unfold_set = {
   map_unfolds: thm list,
   set_unfoldss: thm list list,