From: Sascha Schumann Date: Fri, 23 Jun 2000 00:53:33 +0000 (+0000) Subject: Remove some unnecessary CLS_FETCH()s. X-Git-Tag: php-4.0.1RC~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2456af596f596026f86bb0a96fa5fe3de1130a79;p=php Remove some unnecessary CLS_FETCH()s. --- diff --git a/ext/standard/file.c b/ext/standard/file.c index b081e529e6..c9911f10d6 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1078,7 +1078,6 @@ PHP_FUNCTION(fscanf) zval ***args; int argCount; - PLS_FETCH(); argCount = ZEND_NUM_ARGS(); if (argCount < 2) { diff --git a/main/main.c b/main/main.c index 435d42afef..82abc0c351 100644 --- a/main/main.c +++ b/main/main.c @@ -335,7 +335,6 @@ static void php_error_cb(int type, const char *error_filename, const uint error_ char buffer[1024]; int size = 0; va_list args; - CLS_FETCH(); ELS_FETCH(); PLS_FETCH();