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

Remove try_lock in trigger method.

parent 4062352e
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,6 @@ namespace dynamicgraph ...@@ -265,7 +265,6 @@ namespace dynamicgraph
boost::mutex::scoped_lock lock (mutex_); boost::mutex::scoped_lock lock (mutex_);
while(! mutex_.try_lock() ){}
for (iterator_t it = bindedSignal_.begin (); for (iterator_t it = bindedSignal_.begin ();
it != bindedSignal_.end (); ++it) 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