Remove useless variable

This commit is contained in:
Sam Gateau 2019-08-14 11:54:39 -07:00
parent a5e2cacb98
commit eb24667218

View file

@ -65,7 +65,6 @@ bool filterOnComputerMACOS(const platform::json& computer, Profiler::Tier& tier)
auto gpu = platform::getGPU(platform::getMasterGPU());
if (gpu.count(keys::gpu::vendor)) {
std::string gpuVendor = gpu[keys::gpu::vendor].get<std::string>();
std::string gpuModel = gpu[keys::gpu::model].get<std::string>();
// intel integrated graphics
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {