fix(library/class_instance_resolution): remove reset_cache_and_ctx used for debugging purposes

This commit is contained in:
Leonardo de Moura 2015-10-18 18:48:46 -07:00
parent 2edccf007b
commit 1f01e5480d

View file

@ -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);