python: remove workaround for swig 2.0.2

* python/spot/gen.i, python/spot/impl.i, python/spot/ltsmin.i: Here.
This commit is contained in:
Alexandre Duret-Lutz 2019-10-02 09:34:18 +02:00
parent fef4e2c77f
commit f8695e91f9
3 changed files with 4 additions and 23 deletions

View file

@ -20,13 +20,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
%{
// Workaround for SWIG 2.0.2 using ptrdiff_t but not including cstddef.
// It matters with g++ 4.6.
#include <cstddef>
%}
%module(package="spot", director="1") impl
%include "std_shared_ptr.i"