]> granicus.if.org Git - php/commitdiff
eliminated warinigs
authorThies C. Arntzen <thies@php.net>
Tue, 26 Oct 1999 20:09:59 +0000 (20:09 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 26 Oct 1999 20:09:59 +0000 (20:09 +0000)
ext/standard/file.c

index dfc8ee0f518b0518e7396c811137848687aa5864..3d35389e0811d7df13c91a1b73f88ee25d3d668f 100644 (file)
@@ -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: