Skip to content

Commit

Permalink
remove function name
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Oct 12, 2019
1 parent ce06cd0 commit 5bdcc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ast/fpa/bv2fpa_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ void bv2fpa_converter::convert_uf2bvuf(model_core * mc, model_core * target_mode
seen.insert(kv.m_value);

func_decl * f = kv.m_key;
std::cout << f->get_name() << "\n";
if (f->get_arity() == 0)
{
array_util au(m);
Expand Down

0 comments on commit 5bdcc73

Please sign in to comment.