chore(library/tactic/simp_lemmas): fix typo

This commit is contained in:
Leonardo de Moura 2018-02-06 10:38:30 -08:00
parent 02231477f9
commit 40a0465cca

View file

@ -1199,8 +1199,7 @@ public:
}
};
/* CACHE_RESET: YES
/* CACHE_RESET: NO
Do we still need this cache? Can we use user_attr_cache infrastructure. */
MK_THREAD_LOCAL_GET_DEF(simp_lemmas_cache, get_cache);