fix(library/class_instance_resolution): remove reset_cache_and_ctx used for debugging purposes
This commit is contained in:
parent
2edccf007b
commit
1f01e5480d
1 changed files with 0 additions and 1 deletions
|
@ -1165,7 +1165,6 @@ struct cienv {
|
|||
|
||||
optional<expr> operator()(environment const & env, options const & o, pos_info_provider const * pip, list<expr> const & ctx, expr const & type,
|
||||
expr const & pos_ref) {
|
||||
reset_cache_and_ctx();
|
||||
set_env(env);
|
||||
set_options(o);
|
||||
set_ctx(ctx);
|
||||
|
|
Loading…
Reference in a new issue