]> granicus.if.org Git - php/commitdiff
Remove stale macro
authorZeev Suraski <zeev@php.net>
Mon, 29 May 2000 15:31:19 +0000 (15:31 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 29 May 2000 15:31:19 +0000 (15:31 +0000)
ext/standard/file.c

index 816be70bf162a46f4e6f38a6c6e77a036effa882..4ed5a6fee98dd047f65bc902b7346496a2c2bd2c 100644 (file)
@@ -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 */
 }