db: remove duplicate struct pointers to functions
commitd6e9eac5c4fd18b8b7346285c1d4984c188957e4
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 12:16:51 +0000 (21 15:16 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 12:16:51 +0000 (21 15:16 +0300)
treeba3d2ab1dc5241d7432bd45eea331878b2faec83
parentc061ec04b95bbaa72d05bb048cd593c614d06114
db: remove duplicate struct pointers to functions

Gar.  I accidentally committed some temporary code a few minutes ago.  I
actually want to delete this line not comment it out.

The global_variable() function hooks into the same place and prints the
same data.  The global_variable() function is slightly better because it
handles arrays as well.  So I'll keep that version and delete the
GLOBAL_ASSIGNMENT_HOOK.

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