Remove unneeded code.
commitecf5637d8d613673f27ff71ada984a55ac3bc2e1
authorDan Carpenter <error27@gmail.com>
Sun, 8 Mar 2009 17:47:11 +0000 (8 20:47 +0300)
committerDan Carpenter <error27@gmail.com>
Sun, 8 Mar 2009 17:47:11 +0000 (8 20:47 +0300)
tree9e067bf3e09cd7ad8236a61a550ca93d9765effb
parentb27f462110a1f45f2ade066addad2ac3236687c5
Remove unneeded code.

With the way that we currently set up the ->my_slists if we have something
like:
a = returns_nonnull();
if (x) {
...
}
At the end of the if statement we add the 'a' to different implied_pools
so is_really_same() returns false.  It needs to be rethought.

Anyway, the point is that this code makes no difference.

is_really_same() is used in one other place and for that place it often
returns true so it maybe is worthwhile.

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