summaryrefslogtreecommitdiff
path: root/Zend/zend_portability.h
diff options
context:
space:
mode:
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)