mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
outdated warning
This commit is contained in:
parent
34272152bb
commit
46cc54fbab
1 changed files with 0 additions and 1 deletions
|
@ -1022,7 +1022,6 @@ public:
|
||||||
void operator()(goal_ref const & in, goal_ref_buffer& result) override {
|
void operator()(goal_ref const & in, goal_ref_buffer& result) override {
|
||||||
cancel_eh<reslimit> eh(in->m().limit());
|
cancel_eh<reslimit> eh(in->m().limit());
|
||||||
{
|
{
|
||||||
// Warning: scoped_timer is not thread safe in Linux.
|
|
||||||
scoped_timer timer(m_timeout, &eh);
|
scoped_timer timer(m_timeout, &eh);
|
||||||
m_t->operator()(in, result);
|
m_t->operator()(in, result);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue