diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-06-28 00:46:25 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-06-28 00:46:25 +0000 |
commit | ec7ec5f6a8a0fd0cf87d9fa5381fd626cd11afad (patch) | |
tree | 22cbfb486919fb413b84b35e678a5e81cdec5f7d /contrib/extraction/common.ml | |
parent | bc52b80149168032845160124a40b9fc8d147ce0 (diff) |
Modules et Records: gros changements pour prendre en compte le nouveau mind_record
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5836 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/common.ml')
-rw-r--r-- | contrib/extraction/common.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/extraction/common.ml b/contrib/extraction/common.ml index 150fb8fae..73648e71e 100644 --- a/contrib/extraction/common.ml +++ b/contrib/extraction/common.ml @@ -374,7 +374,6 @@ let info f = (str ("The file "^f^" has been created by extraction.")) let print_structure_to_file f prm struc = - cons_cofix := Refset.empty; Hashtbl.clear renamings; mod_1st_level := Idmap.empty; modcontents := Gset.empty; |