mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
REmoving the keys list from the OCOmputer info, not needed
This commit is contained in:
parent
6f74098032
commit
a729369655
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ bool Instance::enumeratePlatform() {
|
||||||
|
|
||||||
// And profile the platform and put the tier in "computer"
|
// And profile the platform and put the tier in "computer"
|
||||||
_computer[keys::computer::profileTier] = Profiler::TierNames[Profiler::profilePlatform()];
|
_computer[keys::computer::profileTier] = Profiler::TierNames[Profiler::profilePlatform()];
|
||||||
|
|
||||||
_computer["keys"] = listAllKeys();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue