db: move type_size to use raw SQL
commit49468d438e3461a781280d3ec2d520cba0456f3c
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 11 Feb 2013 15:31:20 +0000 (11 18:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Feb 2013 12:03:13 +0000 (14 15:03 +0300)
tree8e26e37b2b1747595e5b66b20fe60b95ebf1cc6d
parent563916adb96867db34a7bbf4f447757230629c30
db: move type_size to use raw SQL

Instead of printing human readable text and parsing it with
fill_db_type_size.pl, just print raw SQL and parse it with
fill_db_sql.pl.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_buf_size.c
smatch_db.c
smatch_scripts/db/fill_db_type_size.pl [deleted file]