extra: remove a variable from match_comparison()
commit8e055f1d4cce4e41c3e97156b7276c6e9edf3e5c
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Feb 2012 09:19:01 +0000 (15 12:19 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 15 Feb 2012 09:19:01 +0000 (15 12:19 +0300)
tree9dea18aa084e691dd2555d8cd4765f1dd62661e4
parentec11104ba0b6acd14a9b50b1db0c3e7977e4962b
extra: remove a variable from match_comparison()

Use expr->op directly instead of saving it in the "comparison" variable.

Also I've removed a message that used the "comparison" variable.  The
message wasn't printed in the kernel, and if we find bugs here later we
can add debugging code as needed.

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