slist: simplify __merge_stree()
commit13a3ac197fa8a079387188c954e7753e1fa03c2c
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 Jan 2019 12:42:10 +0000 (8 15:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 Jan 2019 12:42:10 +0000 (8 15:42 +0300)
tree8c2bcbf59de38d58f772200ac33063be674e16ee
parent4398f48de58059a6cef0e3a965dcde9eacd488d5
slist: simplify __merge_stree()

We don't need to do the cmp_tracker() comparisons because we
know they are always equal.

In my head removing to comparisons in a common operation is a
very valuable thing, but it didn't show up at all in my
benchmarking...  Oh well.  It does make the code simpler.

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