mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
counting function applications #5766
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4cd818b578
commit
571a74c061
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ protected:
|
|||
}
|
||||
|
||||
void operator()(app * n) {
|
||||
m_stats["function-applications"]++;
|
||||
this->operator()(n->get_decl());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue