summaryrefslogtreecommitdiff
path: root/Zend/zend_portability.h
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-11-20 19:02:40 +0100
committerNikita Popov <nikic@php.net>2016-11-20 19:09:05 +0100
commitff5a65d26b139142c5e967582c369ef65b79adf8 (patch)
tree75822bfec1d0b36118a0d9f28b5e11293bf0e7d0 /Zend/zend_portability.h
parentc65d24eaa3671e61db7c2a3f28daeaf7c74ac758 (diff)
downloadphp-git-ff5a65d26b139142c5e967582c369ef65b79adf8.tar.gz
Revert "Remove a few unused write warning (backport from master, oops)s"
This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.
Diffstat (limited to 'Zend/zend_portability.h')
-rw-r--r--Zend/zend_portability.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h
index d299004ce4..f187129416 100644
--- a/Zend/zend_portability.h
+++ b/Zend/zend_portability.h
@@ -125,8 +125,6 @@
# define ZEND_IGNORE_VALUE(x) ((void) (x))
#endif
-#define quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__))
-
/* all HAVE_XXX test have to be after the include of zend_config above */
#if defined(HAVE_LIBDL) && !defined(ZEND_WIN32)