src/Tools/Code/code_simp.ML
changeset 56808 d4a790cb47e8
parent 55757 9fc71814b8c1
child 56920 d651b944c67e
--- a/src/Tools/Code/code_simp.ML	Thu May 01 09:30:32 2014 +0200
+++ b/src/Tools/Code/code_simp.ML	Thu May 01 09:30:33 2014 +0200
@@ -33,10 +33,6 @@
 
 fun simpset_default ctxt some_ss = the_default (Simpset.get (Proof_Context.theory_of ctxt)) some_ss;
 
-(*fun simp_ctxt_default ctxt some_ss =
-  Proof_Context.init_global ctxt
-  |> put_simpset (simpset_default ctxt some_ss);*)
-
 
 (* diagnostic *)