sparse: comment out an internal error message
commit8076c12f9b94500b4570ab359ec71d8758574d7c
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 27 Jul 2012 11:31:51 +0000 (27 14:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 30 Jul 2012 13:12:53 +0000 (30 16:12 +0300)
tree8acfdc5b3435fee7dae5e6ecb167c4aad22933e9
parent7bd8b9185fbad5d2b77c0426b5509af40250f61f
sparse: comment out an internal error message

Smatch creates its own fake symbols sometimes and it leads to this
warning.  It would be better to fix this properly because this print
might be useful for debugging sparse errors.  But for now it's simpler to
just comment it out.

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