Don't call unbind_for_thread_switch in run_thread
commitc60685a8c4f1a7cc15c8fd2cd53fe9bb27245baf
authorTom Tromey <tromey@redhat.com>
Wed, 3 Jul 2013 19:42:31 +0000 (3 13:42 -0600)
committerTom Tromey <tromey@redhat.com>
Wed, 3 Jul 2013 19:42:31 +0000 (3 13:42 -0600)
treedac428036dec6f7515ba803ee0a82485060fd1f4
parent1d10d048003619f4e2d396a03274adad0dec78ba
Don't call unbind_for_thread_switch in run_thread

This removes the call to unbind_for_thread_switch from run_thread.
This isn't necessary because acquire_global_lock does it properly.
src/thread.c