db: don't bother with unknown sizes
commitff83ed7459f0aa340c5f0ad6d317f05377a4409a
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 May 2020 17:30:23 +0000 (6 20:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 May 2020 17:32:03 +0000 (6 20:32 +0300)
treef9a4babb8b3f7f6a0e64fffaf960016759f49f25
parent4f3958459ded099a2c4b1f66f8bb0d5db1d83471
db: don't bother with unknown sizes

There certainly is no need to record unknown sizes in the caller_info
table.  And I don't think we need to store a state for it either.  We
still record it in the database that that member type is unknown size, but
we don't need to store the state in the cur_stree.

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