dropped unused structure aliases;
authorwenzelm
Sun, 20 Mar 2011 22:48:08 +0100
changeset 42017 0d4bedb25fc9
parent 42016 3b6826b3ed37
child 42018 878f33040280
dropped unused structure aliases;
src/Pure/ML-Systems/proper_int.ML
--- a/src/Pure/ML-Systems/proper_int.ML	Sun Mar 20 22:47:08 2011 +0100
+++ b/src/Pure/ML-Systems/proper_int.ML	Sun Mar 20 22:48:08 2011 +0100
@@ -13,8 +13,6 @@
 
 (* Int *)
 
-structure OrigInt = Int;
-structure OrigIntInf = IntInf;
 type int = IntInf.int;
 
 structure IntInf =