diff options
author | Nuno Lopes <nlopess@php.net> | 2006-09-15 14:57:52 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2006-09-15 14:57:52 +0000 |
commit | 0094b08c56e409324d69342a7e8a46f7cac50771 (patch) | |
tree | accc199ebb4debb62f250241a4c2603bb2e6554c | |
parent | 96b9fb07875308e9085c68e0983f58fea41a2e3e (diff) | |
download | php-git-0094b08c56e409324d69342a7e8a46f7cac50771.tar.gz |
remove warning. thanks Tony for noticing
-rw-r--r-- | ext/tidy/tidy.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |