math: fix handling of sizeof() __le16 types
commit44f5a914066eea5d3827daf5cc95132d26efa903
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jan 2017 12:42:16 +0000 (20 15:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jan 2017 12:42:16 +0000 (20 15:42 +0300)
treee975f9689932c09cddbd60c7ab920d8172a3dcc1
parentedd9a919d4d926c1b6ca44df0c3ce0c278d8de33
math: fix handling of sizeof() __le16 types

I'm pretty sure the handle_sizeof() code was copy and pasted from Sparse.

There is a comment that implies it is needed but, in testing, it just
seems to create bugs.  I have ifdefed it out and haven't noticed anything
bad.  Anyway, let's run with it for a bit then delete the code.

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