3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00

Disabled bogus assertions.

Fixes #489
This commit is contained in:
Christoph M. Wintersteiger 2016-04-01 13:25:37 +01:00
parent 852dc6d190
commit eb9c5b7cdb
2 changed files with 0 additions and 2 deletions

View file

@ -262,7 +262,6 @@ void proto_model::freeze_universe(sort * s) {
\brief Return the known universe of an uninterpreted sort.
*/
obj_hashtable<expr> const & proto_model::get_known_universe(sort * s) const {
SASSERT(m_manager.is_uninterp(s));
return m_user_sort_factory->get_known_universe(s);
}