src/Pure/global_theory.ML
changeset 42376 c3abf2c3f541
parent 42375 774df7c59508
child 42378 d9fe47d21b41
--- a/src/Pure/global_theory.ML	Sun Apr 17 19:54:04 2011 +0200
+++ b/src/Pure/global_theory.ML	Sun Apr 17 20:15:46 2011 +0200
@@ -185,10 +185,7 @@
 
 fun note_thmss kind = fold_map (fn ((b, more_atts), ths_atts) => fn thy =>
   let
-    val pos = Binding.pos_of b;
     val name = Sign.full_name thy b;
-    val _ = Position.report pos (Markup.fact_decl name);
-
     fun app (x, (ths, atts)) = Library.foldl_map (Thm.theory_attributes atts) (x, ths);
     val (thms, thy') = thy |> enter_thms
       (name_thmss true) (name_thms false true) (apsnd flat o Library.foldl_map app)