extra: delete some debug code
commitb0e645ef0517f0ab530d87dc30020fd13740557a
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 4 Oct 2012 13:29:07 +0000 (4 16:29 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 4 Oct 2012 13:29:07 +0000 (4 16:29 +0300)
treec2a51e3f4ea1019271d947b8c740732dc8e25389
parent5b3f6da0ea8ceed07ec7a0ff6eecbbb740c22f8f
extra: delete some debug code

This code was only for debugging and should have been committed in the
first place.

The debugging was to test that we could convert from a range list to
text and then back.  It mostly works.  The problem is that some times
range lists are not connected properly so you get "min-1,2-max" when it
should be "min-max".  It's not harmful to have a range list like that but
it's a bit wrong.

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