implied: remove buggy code for working around the old fake_stree methods
commit105d6766f7f298c010f891669ac1086b407212b4
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Mar 2016 21:32:36 +0000 (16 00:32 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Mar 2016 21:32:36 +0000 (16 00:32 +0300)
treef2f00495794cb17490b682953b343788b9bb99f0
parent57a778f817ada3e51829c6c974b63cd4bebadd55
implied: remove buggy code for working around the old fake_stree methods

I recently re-worked how set_true_false and set_state worked so this code
is no longer needed.  It had a problem as well because it was calling
set_state_stree() instead of set_sm_state_stree().  So if you had a
&merged state it copied that and you lost the ->possible list.  This
meant that some warnings were suppressed by mistake.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_implied.c