]> granicus.if.org Git - php/commitdiff
Removed usused variables.
authorfoobar <sniper@php.net>
Sun, 6 May 2001 05:38:46 +0000 (05:38 +0000)
committerfoobar <sniper@php.net>
Sun, 6 May 2001 05:38:46 +0000 (05:38 +0000)
ext/imap/php_imap.c

index 7d963198893c020f60df7eccc45cd78adaf4ea08..a98dd192b1cfe5e40a295b6b2c987d1cfcd376a1 100644 (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) {