constraints: use cmp_relation() instead of custom code in del_related()
commit1cd9aab9b6b64220570d4f27322180c56f5fdf95
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 8 Dec 2012 13:26:42 +0000 (8 16:26 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 8 Dec 2012 13:26:42 +0000 (8 16:26 +0300)
tree30545ea0878ff47f63505b7b5dd877b3513a0445
parent51e069ecf4dc003b4c004d9712649df813be4932
constraints: use cmp_relation() instead of custom code in del_related()

Everything should be using cmp_relation().  The custom code used in
del_related() was not complete enough so it was buggy.

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