conditions: don't parse NULLs
commit35f1744fe3f9f9f22af028f92a88fb05607034eb
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 24 Jul 2018 12:38:45 +0000 (24 15:38 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 24 Jul 2018 12:39:21 +0000 (24 15:39 +0300)
treef0e834ca4b1272e8ec1b929e82a74216de62e46a
parentcbe196efcb95e54aac3df83b2d4f4992c51ff710
conditions: don't parse NULLs

This change doesn't matter...  But don't parse NULLs.  It probably doesn't
slow things down at all to parse NULLs but I thought it might so I wrote
this code and now I am committing it...  But I seriously doubt it makes a
difference.

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