ConfigurationManager: remove unused isx64Platform method

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-06-29 14:51:34 +02:00
parent 117497b651
commit 20d54c9663
-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
*