utf8.c: Don't do redundant test
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 04:41:09 +0000 (21:41 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 20:49:23 +0000 (13:49 -0700)
commit0cfa64bfe0ab570e7b2ddddfdad71f8341a5e6e1
treea0fe001febf5c9da8aa815e54367e47e742c96da
parent1a89bb6c2ba7b1d0b44a5a627009274b3cde11a1
utf8.c: Don't do redundant test

The test here for WARN_UTF8 is redundant, as only if one of the other
three warning categories is enabled will anything actually be output.
utf8.c