src/Pure/Isar/isar_syn.ML
changeset 51313 102a0a0718c5
parent 51295 71fc3776c453
child 51585 fcd5af4aac2b
--- a/src/Pure/Isar/isar_syn.ML	Thu Feb 28 16:19:08 2013 +0100
+++ b/src/Pure/Isar/isar_syn.ML	Thu Feb 28 16:38:17 2013 +0100
@@ -169,13 +169,6 @@
 
 (* axioms and definitions *)
 
-val _ =
-  Outer_Syntax.command @{command_spec "axioms"} "state arbitrary propositions (axiomatic!)"
-    (Scan.repeat1 Parse_Spec.spec >>
-      (fn spec => Toplevel.theory (fn thy =>
-        (legacy_feature "Old 'axioms' command -- use 'axiomatization' instead";
-          fold (snd oo Specification.axiom_cmd) spec thy))));
-
 val opt_unchecked_overloaded =
   Scan.optional (@{keyword "("} |-- Parse.!!!
     (((@{keyword "unchecked"} >> K true) --