diff options
Diffstat (limited to '')
-rw-r--r-- | portato/eix/parser.pyx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/portato/eix/parser.pyx b/portato/eix/parser.pyx index 453376e..4c8f27d 100644 --- a/portato/eix/parser.pyx +++ b/portato/eix/parser.pyx @@ -31,8 +31,6 @@ cdef extern from "stdio.h": cdef extern from "Python.h": FILE* PyFile_AsFile(object) - ctypedef int Py - ctypedef unsigned char UChar ctypedef long long LLong |