mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove function name
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ce06cd0d7a
commit
5bdcc737ec
|
@ -417,7 +417,6 @@ void bv2fpa_converter::convert_uf2bvuf(model_core * mc, model_core * target_mode
|
||||||
seen.insert(kv.m_value);
|
seen.insert(kv.m_value);
|
||||||
|
|
||||||
func_decl * f = kv.m_key;
|
func_decl * f = kv.m_key;
|
||||||
std::cout << f->get_name() << "\n";
|
|
||||||
if (f->get_arity() == 0)
|
if (f->get_arity() == 0)
|
||||||
{
|
{
|
||||||
array_util au(m);
|
array_util au(m);
|
||||||
|
|
Loading…
Reference in a new issue