From 044322b4dca1135671a93ebfe1601214f7f6e655 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 26 Aug 2013 13:39:57 +0200 Subject: Remove old API compatibility C++ support code --- python/apt_instmodule.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'python/apt_instmodule.h') diff --git a/python/apt_instmodule.h b/python/apt_instmodule.h index f6b337f4..ad4e9f72 100644 --- a/python/apt_instmodule.h +++ b/python/apt_instmodule.h @@ -14,12 +14,6 @@ #include "generic.h" #include -#ifdef COMPAT_0_7 -PyObject *debExtract(PyObject *Self,PyObject *Args); -extern char *doc_debExtract; -PyObject *tarExtract(PyObject *Self,PyObject *Args); -extern char *doc_tarExtract; -#endif extern PyTypeObject PyArMember_Type; extern PyTypeObject PyArArchive_Type; -- cgit v1.2.3