diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 14:14:46 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-11-20 14:15:02 +0100 |
commit | d37482679aa072190986df84a7168b0ccdbc7acf (patch) | |
tree | 48a21128b2b9293e18f39d5656f57d5afbec93b8 /sapi/phpdbg/phpdbg.h | |
parent | c17eca1379fbe1bee3d19cec8cde6f8e6031687a (diff) | |
download | php-git-d37482679aa072190986df84a7168b0ccdbc7acf.tar.gz |
Remove a few unused write warnings
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 |