Skip to content

Commit

Permalink
outdated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 3, 2022
1 parent 3427215 commit 46cc54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tactic/tactical.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,6 @@ class try_for_tactical : public unary_tactical {
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);
}
Expand Down

1 comment on commit 46cc54f

@nunoplopes
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤘

Please sign in to comment.