diff --git a/src/tactic/tactical.cpp b/src/tactic/tactical.cpp index fa9382b8c..9167650ad 100644 --- a/src/tactic/tactical.cpp +++ b/src/tactic/tactical.cpp @@ -1022,7 +1022,6 @@ public: void operator()(goal_ref const & in, goal_ref_buffer& result) override { cancel_eh eh(in->m().limit()); { - // Warning: scoped_timer is not thread safe in Linux. scoped_timer timer(m_timeout, &eh); m_t->operator()(in, result); }