src/Pure/Isar/isar_syn.ML
changeset 46974 7ca3608146d8
parent 46969 481b7d9ad6fe
child 46999 1c3c185bab4e
--- a/src/Pure/Isar/isar_syn.ML	Fri Mar 16 22:31:19 2012 +0100
+++ b/src/Pure/Isar/isar_syn.ML	Fri Mar 16 22:48:38 2012 +0100
@@ -159,10 +159,6 @@
 
 val opt_overloaded = Parse.opt_keyword "overloaded";
 
-val _ =
-  Outer_Syntax.command ("finalconsts", Keyword.thy_decl) "declare constants as final"
-    (opt_overloaded -- Scan.repeat1 Parse.term >> (uncurry (Toplevel.theory oo Theory.add_finals)));
-
 val mode_spec =
   (Parse.$$$ "output" >> K ("", false)) ||
     Parse.name -- Scan.optional (Parse.$$$ "output" >> K false) true;