pp_hot.c: Rmv unnecessary test
authorKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 22:29:17 +0000 (15:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 22 Jan 2014 18:45:05 +0000 (11:45 -0700)
commit7ad1e72dffee44e18d61c291c3da6e33dfcc387d
tree69332d69ed4be1241403fbb67d05f6574708a154
parentc9d1bf8e2b28429d0317b74fdaafba4b42aca99b
pp_hot.c: Rmv unnecessary test

The strchr() cannot not succeed unless the first test fails, so the
first test need not be tried at all.
pp_hot.c