diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 19:20:09 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 19:20:09 +0100 |
commit | 110a6cc6c04b95ce9fcde8611e10c40ea07e3d7d (patch) | |
tree | f35324e4de6ed82a5f022644a964c86c3b8eb7a2 /sapi/phpdbg/phpdbg.h | |
parent | c58378619b34b1a15fbbf5500095d9ca99e59e90 (diff) | |
parent | bc30206b8ad4975126bd36f48add769d0d9a221a (diff) | |
download | php-git-110a6cc6c04b95ce9fcde8611e10c40ea07e3d7d.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 84041b125c..cf591a8a4e 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -116,8 +116,6 @@ #define memcpy(...) memcpy_tmp(__VA_ARGS__) #endif -#define quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__)) - #if !defined(PHPDBG_WEBDATA_TRANSFER_H) && !defined(PHPDBG_WEBHELPER_H) #ifdef ZTS |