Skip to content
Snippets Groups Projects
Commit 6dafe58f authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Remove try_lock in trigger method.

parent b3cd801d
No related branches found
Tags v2.5
No related merge requests found
Pipeline #10183 failed
......@@ -265,7 +265,6 @@ namespace dynamicgraph
boost::mutex::scoped_lock lock (mutex_);
while(! mutex_.try_lock() ){}
for (iterator_t it = bindedSignal_.begin ();
it != bindedSignal_.end (); ++it)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment