diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-08-26 13:39:57 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-09-11 20:14:52 +0200 |
| commit | 044322b4dca1135671a93ebfe1601214f7f6e655 (patch) | |
| tree | 6b9ba04f4aab7f24bfead1da769aa6707140975c /python/apt_instmodule.h | |
| parent | 14086582c87c4297fd14bd3c3831afd3cd1d2833 (diff) | |
| download | python-apt-044322b4dca1135671a93ebfe1601214f7f6e655.tar.gz | |
Remove old API compatibility C++ support code
Diffstat (limited to 'python/apt_instmodule.h')
| -rw-r--r-- | python/apt_instmodule.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <apt-pkg/extracttar.h> -#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; |
