implied: remove the --debug-implied option
commita476d31388a30b034bda4ddec3aaf4db3a867dc0
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Feb 2019 06:19:13 +0000 (12 09:19 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Feb 2019 06:19:13 +0000 (12 09:19 +0300)
tree975ea123eb99b5a86103bbc134501671c5555e48
parent07f0a932a8af84bb540cae2ba46b82f277c05d62
implied: remove the --debug-implied option

I never use the --debug-implied option.  I prefer to use
__smatch_local_debug_on().  But obviously I don't want the implied debug
output all the time so to turn it on you have to change define implied_debug
to "#define implied_debug local_debug" and enable local debugging.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_debug.c
smatch.c
smatch.h
smatch_implied.c