]> granicus.if.org Git - php/commitdiff
Remove redelcaration of zend_parse_parameters_none
authorGabriel Caruso <carusogabriel34@gmail.com>
Fri, 16 Feb 2018 03:15:48 +0000 (01:15 -0200)
committerJoe Watkins <krakjoe@php.net>
Sun, 18 Feb 2018 08:38:47 +0000 (09:38 +0100)
ext/mysqli/mysqli_nonapi.c

index 0cae20a902225ad988068b3871da7d74bf0be53d..296c6fbd4ef907d78e71f4e737f7ce26ff8f4026 100644 (file)
 
 #define SAFE_STR(a) ((a)?a:"")
 
-#ifndef zend_parse_parameters_none
-#define zend_parse_parameters_none()   \
-        zend_parse_parameters(ZEND_NUM_ARGS(), "")
-#endif
-
 /* {{{ php_mysqli_set_error
  */
 static void php_mysqli_set_error(zend_long mysql_errno, char *mysql_err)