From a70ecedb33580601e1934979de77e38a44f53ff9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 5 Aug 2001 05:35:06 +0000 Subject: Remove more duplicate TSRMLS_FETCH() calls. --- sapi/pi3web/pi3web_sapi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/pi3web/pi3web_sapi.c') diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 3a52e14cd2..99f48d2be1 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -378,8 +378,6 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB) char *header_line; int iRet = PIAPI_COMPLETED; TSRMLS_FETCH(); - TSRMLS_FETCH(); - TSRMLS_FETCH(); zend_try { file_handle.filename = lpCB->lpszFileName; -- cgit v1.2.1