From: Zeev Suraski Date: Mon, 29 May 2000 15:31:19 +0000 (+0000) Subject: Remove stale macro X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8715b55ce05088152fef7f2f3b3cd2600685157b;p=php Remove stale macro --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 816be70bf1..4ed5a6fee9 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -876,8 +876,6 @@ PHP_FUNCTION(socket_set_timeout) php_sockset_timeout(socketd, &t); RETURN_TRUE; -#else - PHP_NOT_IN_THIS_BUILD(); #endif /* HAVE_SYS_TIME_H */ }