From 8d99685a4adbc33cc6b8d1369404c384c218bb11 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 6 May 2001 05:38:46 +0000 Subject: [PATCH] Removed usused variables. --- ext/imap/php_imap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 7d96319889..a98dd192b1 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -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) { -- 2.40.0