src/Pure/General/position.ML
changeset 37043 f8e24980af05
parent 33097 9d501e11084a
child 37533 d775bd70f571
--- a/src/Pure/General/position.ML	Fri May 21 17:26:42 2010 +0200
+++ b/src/Pure/General/position.ML	Fri May 21 18:10:19 2010 +0200
@@ -173,9 +173,7 @@
 
 fun thread_data () = the_default none (Thread.getLocal tag);
 
-fun setmp_thread_data pos f x =
-  if ! Output.debugging then f x
-  else Library.setmp_thread_data tag (thread_data ()) pos f x;
+fun setmp_thread_data pos = Library.setmp_thread_data tag (thread_data ()) pos;
 
 end;