From: Thies C. Arntzen Date: Tue, 26 Oct 1999 20:09:59 +0000 (+0000) Subject: eliminated warinigs X-Git-Tag: php-4.0b3_RC2~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b69ebf2b8034b3d9cfc8e1b96306b09b856c36a;p=php eliminated warinigs --- diff --git a/ext/standard/file.c b/ext/standard/file.c index dfc8ee0f51..3d35389e08 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1074,7 +1074,6 @@ PHP_FUNCTION(set_file_buffer) pval **arg1, **arg2; int ret,type,buff; void *what; - PLS_FETCH(); switch (ARG_COUNT(ht)) { case 2: @@ -1526,7 +1525,6 @@ PHP_FUNCTION(fgetcsv) { int issock=0; int socketd=0; void *what; - PLS_FETCH(); switch(ARG_COUNT(ht)) { case 2: