mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
Remove useless variable
This commit is contained in:
parent
a5e2cacb98
commit
eb24667218
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue