Remove duplicate TSRMLS_FETCH() call.

This commit is contained in:
Sebastian Bergmann 2001-08-04 17:02:43 +00:00
parent bffbe675f9
commit b5763a70a6

View file

@ -310,7 +310,6 @@ static void php_apache_log_message(char *message)
static void php_apache_request_shutdown(void *dummy)
{
TSRMLS_FETCH();
TSRMLS_FETCH();
php_output_set_status(0);
SG(server_context) = NULL; /* The server context (request) is invalid by the time run_cleanups() is called */