From 3e1e4248312596cb925c77da4ff13ae734e0412d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 10 Aug 2022 10:56:28 +0200 Subject: [PATCH] Remove PackageInstallationDispatcher::functionExists() This method is trivially replaced. --- .../package/PackageInstallationDispatcher.class.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 0b6e3cf323..fb16e9ffac 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -1307,14 +1307,6 @@ class PackageInstallationDispatcher return $errors; } - /** - * @deprecated 5.5 - This used to check against 'suhosin.executor.func.blacklist' but now simply aliases function_exists(). Use function_exists() directly. - */ - protected static function functionExists($function) - { - return \function_exists($function); - } - /** * Compares settings, converting values into compareable ones. * -- 2.20.1