From: Anatol Belski Date: Fri, 19 Sep 2014 07:26:07 +0000 (+0200) Subject: there can be only one ... of the identical expressions X-Git-Tag: POST_NATIVE_TLS_MERGE^2~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fab9079209ac6152f858d24a074d2447c6694df;p=php there can be only one ... of the identical expressions --- diff --git a/ext/standard/html.c b/ext/standard/html.c index a7c58d5bce..95543eea52 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -394,7 +394,6 @@ static enum entity_charset determine_charset(char *charset_hint TSRMLS_DC) if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) { if ((len == 4) /* sizeof (none|auto|pass) */ && (!memcmp("pass", charset_hint, 4) || - !memcmp("auto", charset_hint, 4) || !memcmp("auto", charset_hint, 4))) { charset_hint = NULL; len = 0;