]> granicus.if.org Git - php/commitdiff
remove warning. thanks Tony for noticing
authorNuno Lopes <nlopess@php.net>
Fri, 15 Sep 2006 14:57:52 +0000 (14:57 +0000)
committerNuno Lopes <nlopess@php.net>
Fri, 15 Sep 2006 14:57:52 +0000 (14:57 +0000)
ext/tidy/tidy.c

index d03570dacffc3dc5ad628edbf1507f61eb9b8302..6d5221ef4c9b046b5680e8343904c94c2454747c 100644 (file)
@@ -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;
        }