aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets/FMapAVL.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-02-05 16:31:16 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-02-05 16:31:16 +0000
commit316e114dd188f85ec657420989bf909ecfe9d006 (patch)
tree37229712b18593049740b28b6a18a5d9e7150faa /theories/FSets/FMapAVL.v
parent44cedab7be5a44a01d467fbd2dba24400d575206 (diff)
kill some useless module aliases E:=X (for better name printing, see Elie's 14097)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10511 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/FSets/FMapAVL.v')
-rw-r--r--theories/FSets/FMapAVL.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/FSets/FMapAVL.v b/theories/FSets/FMapAVL.v
index 0e9bd6e5e..0652f7491 100644
--- a/theories/FSets/FMapAVL.v
+++ b/theories/FSets/FMapAVL.v
@@ -32,7 +32,6 @@ Module II:=MoreInt(I).
Import II.
Open Local Scope Int_scope.
-Module E := X.
Module MX := OrderedTypeFacts X.
Module PX := KeyOrderedType X.
Module L := FMapList.Raw X.