3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

outdated warning

This commit is contained in:
Nikolaj Bjorner 2022-04-03 07:55:51 -07:00
parent 34272152bb
commit 46cc54fbab

View file

@ -1022,7 +1022,6 @@ public:
void operator()(goal_ref const & in, goal_ref_buffer& result) override {
cancel_eh<reslimit> eh(in->m().limit());
{
// Warning: scoped_timer is not thread safe in Linux.
scoped_timer timer(m_timeout, &eh);
m_t->operator()(in, result);
}