src/Pure/Tools/build.ML
changeset 72012 c81e58a81b8c
parent 72011 0b1c830ebf3a
child 72019 940195fbb282
--- a/src/Pure/Tools/build.ML	Sat Jul 11 14:44:50 2020 +0200
+++ b/src/Pure/Tools/build.ML	Sat Jul 11 15:23:22 2020 +0200
@@ -90,10 +90,8 @@
             | NONE => ())
           else ()
         end
-      else if function = Markup.theory_timing then
+      else if function = Markup.theory_timing orelse function = Markup.session_timing then
         Protocol_Message.marker (#2 function) args
-      else if function = Markup.session_timing then
-        Protocol_Message.marker "Timing" args
       else
         (case Markup.dest_loading_theory props of
           SOME name => Protocol_Message.marker_text "loading_theory" name