diff --git a/app/bootstrap.php b/app/bootstrap.php index ba62b296bd49c..a71e577e4426e 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -31,8 +31,6 @@ // Sets default autoload mappings, may be overridden in Bootstrap::create \Magento\Framework\App\Bootstrap::populateAutoloader(BP, []); -require_once BP . '/app/functions.php'; - /* Custom umask value may be provided in optional mage_umask file in root */ $umaskFile = BP . '/magento_umask'; $mask = file_exists($umaskFile) ? octdec(file_get_contents($umaskFile)) : 002; diff --git a/app/functions.php b/app/functions.php index 0b5fa4de4100e..2f90d2b9d855f 100644 --- a/app/functions.php +++ b/app/functions.php @@ -1,22 +1,15 @@