aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/field/field.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/field/field.ml4')
-rw-r--r--plugins/field/field.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/field/field.ml4 b/plugins/field/field.ml4
index 7ac5f4e89..91c0ca21e 100644
--- a/plugins/field/field.ml4
+++ b/plugins/field/field.ml4
@@ -60,7 +60,7 @@ let _ =
let load_addfield _ = ()
let cache_addfield (_,(typ,th)) = th_tab := Gmap.add typ th !th_tab
-let subst_addfield (_,subst,(typ,th as obj)) =
+let subst_addfield (subst,(typ,th as obj)) =
let typ' = subst_mps subst typ in
let th' = subst_mps subst th in
if typ' == typ && th' == th then obj else