exactness-inspect: remove abscure xor check
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 17 Apr 2020 13:17:52 +0000 (15:17 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 20 Apr 2020 21:11:28 +0000 (06:11 +0900)
commite7e1d3897af90670d559021a58f25705615a75a4
treeee8084af8f31e55d5e68c510553c1d3e9ea2df49
parent9dc1a6c50c8984f6fd9a967f7647cf6afb34617b
exactness-inspect: remove abscure xor check

this is a obscure check, if this was ever reached, then it would simply
crash, because one pointer will be NULL, but strcmp will be called on
it.

CID 1419854

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11722
src/bin/exactness/inspect.c