From: Christoph M. Becker Date: Mon, 18 Sep 2017 15:12:02 +0000 (+0200) Subject: Remove pointless preprocessor directive X-Git-Tag: php-7.3.0alpha1~1397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=597019d71e8c762b708d734b7223de9cb8c802f2;p=php Remove pointless preprocessor directive Obviously, that is a refactoring relict of e93f089. --- diff --git a/ext/standard/password.c b/ext/standard/password.c index 680eed47a8..d6fc66c610 100644 --- a/ext/standard/password.c +++ b/ext/standard/password.c @@ -415,9 +415,6 @@ PHP_FUNCTION(password_hash) zend_long algo = PHP_PASSWORD_DEFAULT; HashTable *options = NULL; -#if HAVE_ARGON2LIB -#endif - ZEND_PARSE_PARAMETERS_START(2, 3) Z_PARAM_STR(password) Z_PARAM_LONG(algo)