Skip to content

Commit

Permalink
missing code signing
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 14, 2023
1 parent 60fef92 commit f180513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/converters/generic_model_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Module Name:

void generic_model_converter::add(func_decl * d, expr* e) {
VERIFY(e);
verbose_stream() << d->get_name() << " " << mk_pp(e, m) << "\n";
VERIFY(d->get_range() == e->get_sort());
m_entries.push_back(entry(d, e, m, ADD));
}
Expand Down

0 comments on commit f180513

Please sign in to comment.