diff --git a/src/tactic/core/collect_statistics_tactic.cpp b/src/tactic/core/collect_statistics_tactic.cpp index e507f49dd..1db745b60 100644 --- a/src/tactic/core/collect_statistics_tactic.cpp +++ b/src/tactic/core/collect_statistics_tactic.cpp @@ -128,7 +128,6 @@ protected: if (m_stats.find("max-quantification-depth") == m_stats.end() || m_stats["max-quantification-depth"] < m_qdepth) m_stats["max-quantification-depth"] = m_qdepth; - this->operator()(body); m_qdepth--; }