clear_buffer: remove this code
commitb17d60110d7138567b919b18b7925d2a7d4648f2
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 May 2014 20:30:44 +0000 (5 23:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 May 2014 20:30:44 +0000 (5 23:30 +0300)
tree2b25f1012f22e47527c7d70cded14874fc992254
parentaa93e1eccb32bcad6d0d55d415d1b20d2905a0fd
clear_buffer: remove this code

The smatch_clear_buffer.c was supposed to help with check_rosenberg.c and
also for checking if we used uninitialized variables.  But it sort of
duplicates smatch_param_cleared.c and smatch_struct_assignment.c.  Also the
uninitialized variable code never worked to the point where I could commit
it.  This code was just messing me up.  Delete it for now.

Move the remaining useful bit to smatch_struct_assignment.c.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile
check_list.h
smatch.h
smatch_clear_buffer.c [deleted file]
smatch_struct_assignment.c