removed obsolete comment;
authorwenzelm
Fri, 07 Oct 2005 23:29:00 +0200
changeset 17789 ccba4e900023
parent 17788 86c46583670f
child 17790 aa6ec0efe4d3
removed obsolete comment;
src/Pure/Isar/find_theorems.ML
--- a/src/Pure/Isar/find_theorems.ML	Fri Oct 07 22:59:26 2005 +0200
+++ b/src/Pure/Isar/find_theorems.ML	Fri Oct 07 23:29:00 2005 +0200
@@ -119,8 +119,6 @@
             | NONE => match (p :: ps) (String.substring (s, 1, size s - 1)));
   in match (space_explode "*" pat) str end;
 
-(*filter that just looks for a string in the name,
-  substring match only (no regexps are performed)*)
 fun filter_name str_pat (thmref, _) =
   if match_string str_pat (PureThy.name_of_thmref thmref)
   then SOME (0, 0) else NONE;