Merge pull request #4790

9189f5f remove useless millisleep (phantomcircuit)
This commit is contained in:
Wladimir J. van der Laan 2014-09-04 13:30:29 +02:00
commit f2cc1ee439
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 2 deletions

View File

@ -1080,8 +1080,6 @@ void ThreadSocketHandler()
BOOST_FOREACH(CNode* pnode, vNodesCopy)
pnode->Release();
}
MilliSleep(10);
}
}