mtag: delete totally bogus get_deref_mtag()
commit58500480b16863e33408e268bd6f8274658e37dc
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 18 Mar 2019 15:05:28 +0000 (18 18:05 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 18 Mar 2019 15:05:28 +0000 (18 18:05 +0300)
treeb06d209fdc4d409fd1362571add5fbed260396f8
parent33d704b6238b2ce6e7f1308f23e1ca3a0e233ca7
mtag: delete totally bogus get_deref_mtag()

The get_deref_mtag() was looking up stuff in the mtag_map which is totally
nuts.  The mtag map is a map of how pointers are contained in other
pointers...  There was no way this function did anything useful.

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