extra: remove some duplicate code
commit8350dc27c94ca592d5107c5491e68efcc520c7d9
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Nov 2012 11:39:03 +0000 (21 14:39 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Nov 2012 11:39:03 +0000 (21 14:39 +0300)
tree23264eb11720619d2eff79dd20a4b5afe732e0fb
parent2e43c85e126987b120865ac14894cddc8cfbf05c
extra: remove some duplicate code

Both smatch_extra.c and smatch_function_hooks.c have code to handle
function assignments.  The code in smatch_function_hooks.c is the correct
code and that's what is actually used.

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