From 20d54c9663cdbad19c0e75ff3af8790355b6b247 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 29 Jun 2026 14:51:34 +0200 Subject: [PATCH] ConfigurationManager: remove unused isx64Platform method Signed-off-by: Simon L. --- php/src/Data/ConfigurationManager.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/php/src/Data/ConfigurationManager.php b/php/src/Data/ConfigurationManager.php index bb33515b..4c368397 100644 --- a/php/src/Data/ConfigurationManager.php +++ b/php/src/Data/ConfigurationManager.php @@ -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 *