isl_tab_pip.c: remove wrappers for sol_*_free
commit102577482d767133b80a124165fe3192789bbdd1
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 6 Jul 2016 09:00:28 +0000 (6 11:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Jan 2017 11:41:54 +0000 (3 12:41 +0100)
treed809f0b3653d1e8fcbfd4a8aeff49eb6638e7bb2
parentb48cc137ac9dcd70bc1399e488ce05439db02d21
isl_tab_pip.c: remove wrappers for sol_*_free

These were presumably added to allow these functions to be used
both directly and as a callback (through the wrappers).
However, since the previous commit, these functions can no longer
be called directly, so there is no point in maintaining the wrappers.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_tab_pip.c