Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jun 13, 2024
1 parent 82432df commit 45c8f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitwuzla/src/bitwuzla_term.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ bool BzlaTerm::is_symbolic_const() const
{
// in Bitwuzla arrays are functions
// for smt-switch we consider arrays symbolic constants but not functions
// return (bitwuzla_term_is_const(term) && !bitwuzla_term_is_fun(term));
return (term.is_const() && !(term.sort().is_fun()));
}

Expand Down

0 comments on commit 45c8f72

Please sign in to comment.