mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
outdated warning
This commit is contained in:
parent
34272152bb
commit
46cc54fbab
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue