mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused functions and clean up some comments
This commit is contained in:
@@ -215,10 +215,8 @@ void JobQueue::IOThread(boost::mutex::scoped_lock& sl)
|
||||
// do jobs until asked to stop
|
||||
void JobQueue::threadEntry()
|
||||
{
|
||||
|
||||
// VFALCO TODO Replace this mutex nonsense
|
||||
//
|
||||
boost::mutex::scoped_lock sl(mJobLock);
|
||||
|
||||
while (1)
|
||||
{
|
||||
setCallingThreadName("waiting");
|
||||
|
||||
Reference in New Issue
Block a user