src/Pure/Thy/sessions.scala
changeset 75744 6b46b4ba00d3
parent 75741 17b1c4fbc008
child 75748 b6d74c90b588
--- a/src/Pure/Thy/sessions.scala	Wed Aug 03 12:18:55 2022 +0200
+++ b/src/Pure/Thy/sessions.scala	Wed Aug 03 12:25:23 2022 +0200
@@ -177,8 +177,6 @@
 
             val theory_files = dependencies.theories.map(_.path)
 
-            dependencies.load_commands
-
             val (load_commands, load_commands_errors) =
               try { if (inlined_files) (dependencies.load_commands, Nil) else (Nil, Nil) }
               catch { case ERROR(msg) => (Nil, List(msg)) }