removed legacy aliases;
authorwenzelm
Mon, 12 Jul 2010 22:07:36 +0200
changeset 37782 71dd62132eda
parent 37781 2fbbf0a48cef
child 37783 95aa0afcb240
removed legacy aliases;
src/Pure/ROOT.ML
--- a/src/Pure/ROOT.ML	Mon Jul 12 21:38:37 2010 +0200
+++ b/src/Pure/ROOT.ML	Mon Jul 12 22:07:36 2010 +0200
@@ -292,22 +292,3 @@
 
 use "pure_setup.ML";
 
-
-(* legacy aliases *)
-
-structure Legacy =
-struct
-
-structure OuterKeyword = Keyword;
-structure OuterLex = struct open Token type token = T end;
-structure OuterParse = Parse;
-structure OuterSyntax = Outer_Syntax;
-structure PrintMode = Print_Mode;
-structure SpecParse = Parse_Spec;
-structure ThyInfo = Thy_Info;
-structure ThyLoad = Thy_Load;
-structure ThyOutput = Thy_Output;
-structure TypeInfer = Type_Infer;
-
-end;
-