From 33b9282c59fa84dee1052a67e69ef083d1a427ff Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sat, 10 Feb 2018 21:44:01 +0800 Subject: [PATCH] Remove tested code --- Zend/zend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Zend/zend.c b/Zend/zend.c index e62f9e1a48..dc0cab8cc0 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -743,7 +743,6 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions) / #endif zend_cpu_startup(); - zend_cpu_supports(ZEND_CPU_FEATURE_AVX2); #ifdef ZEND_WIN32 php_win32_cp_set_by_id(65001); -- 2.50.1