aboutsummaryrefslogtreecommitdiff
path: root/pretyping
diff options
context:
space:
mode:
authorherbelin2006-08-24 17:03:28 +0000
committerherbelin2006-08-24 17:03:28 +0000
commit479c522938fea2fdc4281123c3e0581551f955a8 (patch)
treef4583ccd46c39a50dea678b37bf2d659bca76a0d /pretyping
parenta0726f4ae896bb668d4da4c96501686b25cd82cd (diff)
Morceau de code mort
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9082 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/recordops.ml2
-rwxr-xr-xpretyping/recordops.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/recordops.ml b/pretyping/recordops.ml
index 5fffeb7093..fa3a61afce 100644
--- a/pretyping/recordops.ml
+++ b/pretyping/recordops.ml
@@ -78,7 +78,7 @@ let (inStruc,outStruc) =
discharge_function = discharge_structure;
export_function = (function x -> Some x) }
-let declare_structure (s,c,_,kl,pl) =
+let declare_structure (s,c,kl,pl) =
Lib.add_anonymous_leaf (inStruc (s,c,kl,pl))
let lookup_structure indsp = Indmap.find indsp !structure_table
diff --git a/pretyping/recordops.mli b/pretyping/recordops.mli
index f917909e22..c8942b5d48 100755
--- a/pretyping/recordops.mli
+++ b/pretyping/recordops.mli
@@ -22,7 +22,7 @@ open Library
constructor (the name of which defaults to Build_S) *)
val declare_structure :
- inductive * identifier * int * bool list * constant option list -> unit
+ inductive * identifier * bool list * constant option list -> unit
(* [lookup_projections isp] returns the projections associated to the
inductive path [isp] if it corresponds to a structure, otherwise