clear_buffer: delete obsolete code to handle struct assignments
commit1577a92244797abebdfe9b9f01fe3568fa74a2b7
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Mar 2014 10:33:14 +0000 (6 13:33 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Mar 2014 10:33:14 +0000 (6 13:33 +0300)
treed0a887375a22545a5a9452eace5cf30d1bc2fa62
parent32a672087e68a564dcc0c359fcaf02acac61cc33
clear_buffer: delete obsolete code to handle struct assignments

This stuff is handled in smatch_struct_assignment.c now.  Doing it here is
duplicative (waste of memory and time).  Also it was doing it in the wrong
way so it meant that we set struct members equivalent to themselves.

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