From 4baccd824d1fe40c57b25c6d3ce04a54c6a38420 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Thu, 30 Nov 2017 14:58:45 +0100 Subject: Remove unused boolean from cl_context field of Typeclasses.typeclass --- API/API.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API/API.mli') diff --git a/API/API.mli b/API/API.mli index 1a84600ec9..6c9ac98ffe 100644 --- a/API/API.mli +++ b/API/API.mli @@ -4285,7 +4285,7 @@ sig type typeclass = { cl_univs : Univ.AUContext.t; cl_impl : Globnames.global_reference; - cl_context : (Globnames.global_reference * bool) option list * Context.Rel.t; + cl_context : Globnames.global_reference option list * Context.Rel.t; cl_props : Context.Rel.t; cl_projs : (Names.Name.t * (direction * Vernacexpr.hint_info_expr) option * Names.Constant.t option) list; -- cgit v1.2.3