fix: debug build

This commit is contained in:
Leonardo de Moura 2022-04-13 13:12:53 -07:00
parent f875c2d107
commit 081dff288f

View file

@ -31,7 +31,6 @@ static bool is_prop(expr type) {
}
environment mk_projections(environment const & env, name const & n, buffer<name> const & proj_names, bool inst_implicit) {
lean_assert(proj_names.size() == infer_kinds.size());
local_ctx lctx;
name_generator ngen = mk_constructions_name_generator();
constant_info ind_info = env.get(n);