]> granicus.if.org Git - php/commitdiff
Remove pointless preprocessor directive
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Sep 2017 15:12:02 +0000 (17:12 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Sep 2017 15:12:02 +0000 (17:12 +0200)
Obviously, that is a refactoring relict of e93f089.

ext/standard/password.c

index 680eed47a807b58e7bb27f7ac7ceb9f46dcdb260..d6fc66c610f7e702345478a92d64de4d4ab8f61f 100644 (file)
@@ -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)