db: don't query return_values table any more
commit2b4865097154e16248c17ef37fd429cea3ca4cc7
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 10:51:57 +0000 (21 13:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 10:51:57 +0000 (21 13:51 +0300)
tree00c19becf4d6e67e5cfd3fe905d7202bd9a6f312
parent4457268eb713e29fcd55bb996dcf8dd73986b7dc
db: don't query return_values table any more

The fewer tables we have the simpler and better.  All the information we
need is in the return_states table.  This will also make it easier when
we start storing relationships in the database.

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