diff -r 994e784ca17a -r abc52faa7761 src/Tools/Code/code_runtime.ML --- 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;