1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

Removed usused variables.

This commit is contained in:
foobar
2001-05-06 05:38:46 +00:00
parent b0d91b12f8
commit 8d99685a4a

View File

@@ -2782,8 +2782,6 @@ PHP_FUNCTION(imap_fetchheader)
zval **streamind, **msgno, **flags;
int ind, ind_type, msgindex;
pils *imap_le_struct;
char *body, *header, *tempstring;
unsigned long blen, hlen;
int myargc = ZEND_NUM_ARGS();
if (myargc < 2 || myargc > 3 || zend_get_parameters_ex(myargc, &streamind, &msgno, &flags) == FAILURE) {