Remove some unnecessary CLS_FETCH()s.

This commit is contained in:
Sascha Schumann 2000-06-23 00:53:33 +00:00
parent 9b9ab1793f
commit 2456af596f
2 changed files with 0 additions and 2 deletions

View File

@ -1078,7 +1078,6 @@ PHP_FUNCTION(fscanf)
zval ***args;
int argCount;
PLS_FETCH();
argCount = ZEND_NUM_ARGS();
if (argCount < 2) {

View File

@ -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();