Remove obsolete Win32 AffinityBugWorkaround()

Reference miner exists for testnet-in-a-box type situations, and as a
reference.  We don't care enough about highly optimized internal
mining to keep workarounds like this.
This commit is contained in:
Jeff Garzik
2012-04-12 13:24:00 -04:00
committed by Jeff Garzik
parent 940e22fd81
commit 460b66b14b
2 changed files with 0 additions and 22 deletions

View File

@@ -3361,8 +3361,6 @@ void static BitcoinMiner(CWallet *pwallet)
while (fGenerateBitcoins)
{
if (AffinityBugWorkaround(ThreadBitcoinMiner))
return;
if (fShutdown)
return;
while (vNodes.empty() || IsInitialBlockDownload())