- Removed duplicate FETCH()

This commit is contained in:
Derick Rethans 2001-09-09 10:42:52 +00:00
parent 71dca8c23e
commit eede70a84f

View File

@ -293,7 +293,6 @@ int pm_request(struct connectioninfo *cip)
struct httpinfo *hip = cip->hip;
int status;
TSRMLS_FETCH();
TSRMLS_FETCH();
if (strcasecmp(hip->method, "GET") == 0 ||
strcasecmp(hip->method, "HEAD") == 0 ||