From: Nuno Lopes Date: Fri, 15 Sep 2006 14:57:52 +0000 (+0000) Subject: remove warning. thanks Tony for noticing X-Git-Tag: php-5.2.0RC5~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0094b08c56e409324d69342a7e8a46f7cac50771;p=php remove warning. thanks Tony for noticing --- diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index d03570dacf..6d5221ef4c 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -460,8 +460,6 @@ static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_fil TidyBuffer *errbuf; zval **config; - TIDY_SET_CONTEXT; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) { RETURN_FALSE; }