diff options
| author | Jeff Garzik <[email protected]> | 2012-04-12 13:24:00 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-04-12 13:24:00 -0400 |
| commit | 460b66b14b80a55279d837c91aff1f1c3ca60d7f (patch) | |
| tree | 7eaf5471f73a885e8f4734269c7626886d5b9de8 /src/main.cpp | |
| parent | Fix OSX build errors. (diff) | |
| download | discoin-460b66b14b80a55279d837c91aff1f1c3ca60d7f.tar.xz discoin-460b66b14b80a55279d837c91aff1f1c3ca60d7f.zip | |
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.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b9c9db7a6..bdafae8eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3361,8 +3361,6 @@ void static BitcoinMiner(CWallet *pwallet) while (fGenerateBitcoins) { - if (AffinityBugWorkaround(ThreadBitcoinMiner)) - return; if (fShutdown) return; while (vNodes.empty() || IsInitialBlockDownload()) |