isl_convex_hull.c: remove dead code
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 19 Dec 2008 15:40:32 +0000 (16:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 19 Dec 2008 15:40:32 +0000 (16:40 +0100)
commitbf11bb58fe24f09cca6c964c6eaae663e0fe6b9c
tree0a5ad06fe6fa42367e68d5f171a6379cd498caee
parent62be9f300c69569064e2adcb878bf67622bf1eaf
isl_convex_hull.c: remove dead code

The removed code would handle 0D polytopes, but they have
been handled already a couple of lines up and there is no
way for the dimension to change between the two tests.
isl_convex_hull.c