ConfigurationManager: remove unused isx64Platform method (#8399)

This commit is contained in:
Pablo Zmdl
2026-07-16 17:50:59 +02:00
committed by GitHub
-8
View File
@@ -538,14 +538,6 @@ class ConfigurationManager
return $this->isCollaboraEnabled || $this->isOnlyofficeEnabled;
}
private function isx64Platform() : bool {
if (php_uname('m') === 'x86_64') {
return true;
} else {
return false;
}
}
/**
* @throws InvalidSettingConfigurationException
*