remove PetScan::try_extract_affine_condition
commit6d8a767c9483f7fa26b5119331ee2d797fac7eb5
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 2 Mar 2014 22:15:11 +0000 (2 23:15 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:32:11 +0000 (24 17:32 +0100)
tree5b5d5ce86bcacbee111dab807bec3a66114a807e
parent9b250eb760d5ef542225eca7ee62cc493a286880
remove PetScan::try_extract_affine_condition

The only effect of this method is to call extract_condition
in the context of having the nesting_enabled flag turned off.
However, this method is only called within a context where this
flag is still turned off, so the function extract_condition
can be called directly instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc
scan.h