mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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());
|
auto gpu = platform::getGPU(platform::getMasterGPU());
|
||||||
if (gpu.count(keys::gpu::vendor)) {
|
if (gpu.count(keys::gpu::vendor)) {
|
||||||
std::string gpuVendor = gpu[keys::gpu::vendor].get<std::string>();
|
std::string gpuVendor = gpu[keys::gpu::vendor].get<std::string>();
|
||||||
std::string gpuModel = gpu[keys::gpu::model].get<std::string>();
|
|
||||||
|
|
||||||
// intel integrated graphics
|
// intel integrated graphics
|
||||||
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
||||||
|
|
Loading…
Reference in a new issue