Skip to content

Commit

Permalink
Don't return before waking up condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Mar 26, 2013
1 parent a2ec521 commit 0065a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vm/signal.cpp
Expand Up @@ -197,7 +197,6 @@ namespace rubinius {
pthread_kill(main_thread, SIGVTALRM);
#endif
}
return;
}

worker_cond_.signal();
Expand Down

0 comments on commit 0065a06

Please sign in to comment.