Remove hack for handling Steve Rostedt's if conditions
commit98c753f8feb7c51b79ebd7b2a7352184878a7295
authorDan Carpenter <error27@gmail.com>
Fri, 18 Dec 2009 20:46:31 +0000 (18 22:46 +0200)
committerDan Carpenter <error27@gmail.com>
Fri, 18 Dec 2009 20:46:31 +0000 (18 22:46 +0200)
tree8691388716d73b495c29366771862fce7ebc9b7d
parent843a152dc1193455bcc052c4b6c3939439db1cb2
Remove hack for handling Steve Rostedt's if conditions

It was causing false positives in check_unused_ret.c

This is no longer needed because the redefined ifs are not given to
static checkers these days.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_conditions.c