Get rid of redundant harmonize_states()
commit2ea25506c37e3eb038ff43bbf99ca3096bf88eda
authorDan Carpenter <error27@gmail.com>
Fri, 27 Feb 2009 06:17:04 +0000 (27 09:17 +0300)
committerDan Carpenter <error27@gmail.com>
Fri, 27 Feb 2009 06:17:04 +0000 (27 09:17 +0300)
tree2e67d104ce4094544a18ae3ce2023e9653fdbe2d
parentbe30804e85507024ca7240d8edb9408d6c8da8a9
Get rid of redundant harmonize_states()

If the implied true states are the same as the implied false states that
would mean that the states are still in the cur_slist.  I just fixed the
filtering so that those states aren't included anymore already.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_implied.c