src/Tools/Code/code_runtime.ML
changeset 40320 abc52faa7761
parent 40257 323f7aad54b0
child 40421 b41aabb629ce
--- a/src/Tools/Code/code_runtime.ML	Wed Nov 03 08:29:32 2010 +0100
+++ b/src/Tools/Code/code_runtime.ML	Wed Nov 03 10:44:53 2010 +0100
@@ -418,8 +418,7 @@
       (0, Path.implode filepath) false (File.read filepath);
     val thy'' = (Context.the_theory o the) (Context.thread_data ());
     val names = Loaded_Values.get thy'';
-    val thy''' = Thy_Load.provide_file filepath thy'';
-  in (names, thy''') end;
+  in (names, thy'') end;
 
 end;