src/Pure/Isar/locale.ML
changeset 28927 7e631979922f
parent 28893 4e6fd31c9883
child 28940 df0cb410be35
--- a/src/Pure/Isar/locale.ML	Mon Dec 01 12:17:04 2008 +0100
+++ b/src/Pure/Isar/locale.ML	Mon Dec 01 13:43:32 2008 +0100
@@ -2043,15 +2043,6 @@
     Method.intros_tac (wits @ intros) facts st
   end;
 
-val _ = Context.>> (Context.map_theory
-  (Method.add_methods
-    [("intro_locales",
-      Method.ctxt_args (fn ctxt => Method.METHOD (intro_locales_tac false ctxt)),
-      "back-chain introduction rules of locales without unfolding predicates"),
-     ("unfold_locales",
-      Method.ctxt_args (fn ctxt => Method.METHOD (intro_locales_tac true ctxt)),
-      "back-chain all introduction rules of locales")]));
-
 end;