Browse Source

Remove cpuid from GPU miner.

cl-refactor
Gav Wood 10 years ago
parent
commit
193b505967
  1. 1
      libethcore/EthashGPUMiner.cpp

1
libethcore/EthashGPUMiner.cpp

@ -26,7 +26,6 @@
#include "EthashGPUMiner.h"
#include <thread>
#include <chrono>
#include <cpuid.h>
#include <libethash-cl/ethash_cl_miner.h>
using namespace std;
using namespace dev;

Loading…
Cancel
Save