cleanup: get rid of smatch_containers.c
commit9a08951183d5a2fbbffa7e9de35963465838b11b
authorDan Carpenter <error27@gmail.com>
Mon, 25 Jan 2010 16:17:34 +0000 (25 19:17 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 25 Jan 2010 16:17:34 +0000 (25 19:17 +0300)
tree4a535b755e18b86a25e4d6cd4822d0bf263342a6
parent71902b8a06deeee2ab80391def6b4c08b54904f9
cleanup:  get rid of smatch_containers.c

smatch_containers.c is dead code.

smatch_containers was a good idea in general but the implementation was
rubbish and so it was never used.

Really it's just a subset of smatch_modification_hooks.c which are used.
smatch_modification hooks are more flexible because you pass a function
instead of a state.  One way this flexibility is used in the current code
is that it lets you delete the state if you want.

So when we re-implement smatch_containers it will be different enough that
keeping the current code around doesn't help.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Makefile
check_deref_check.c
check_err_ptr_deref.c
check_leaks.c
check_list.h
check_null_deref.c
check_wine_filehandles.c
smatch.c
smatch.h
smatch_containers.c [deleted file]
smatch_states.c