mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
reduce number of redundant arguments and pointers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
44d2f6da6c
commit
e8c3324c3f
9 changed files with 19 additions and 20 deletions
|
@ -178,7 +178,7 @@ template <typename T> void common::create_sum_from_row(const T& row,
|
|||
nex_creator::sum_factory& sum,
|
||||
u_dependency*& dep) {
|
||||
|
||||
TRACE("nla_horner", tout << "row="; m_core->print_row(row, tout) << "\n";);
|
||||
TRACE("nla_horner", tout << "row="; m_core.print_row(row, tout) << "\n";);
|
||||
SASSERT(row.size() > 1);
|
||||
sum.reset();
|
||||
for (const auto &p : row) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue