]> granicus.if.org Git - apache/commit
Remove useless tests.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 3 Mar 2013 21:25:46 +0000 (21:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 3 Mar 2013 21:25:46 +0000 (21:25 +0000)
commitbb69ec6cfe4c08c3bbaddbab0c52381553ac03f7
treea0140cde95111f31f1b5f1d0c4134f123d80dd41
parent1ea14dadff1cca59cd78da90a4c2b0cf206d33a4
Remove useless tests.

Turn
   if (*x && apr_isspace(*x))
into
   if (apr_isspace(*x))

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452128 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_cache_disk.c
modules/filters/mod_proxy_html.c
modules/mappers/mod_imagemap.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_cern_meta.c
modules/metadata/mod_headers.c
server/util.c
server/util_script.c
support/httxt2dbm.c