Commit 4ceef735 authored by Stefan Behnel's avatar Stefan Behnel

Remove unused cimports.

parent 07839df4
...@@ -46,8 +46,7 @@ ...@@ -46,8 +46,7 @@
: 2012-05-02 andreasvc : 2012-05-02 andreasvc
: (see revision control) : (see revision control)
""" """
from libc.string cimport strcat, strncat, \ from libc.string cimport memset, memcpy
memset, memchr, memcmp, memcpy, memmove
from cpython.object cimport Py_SIZE from cpython.object cimport Py_SIZE
from cpython.ref cimport PyTypeObject, Py_TYPE from cpython.ref cimport PyTypeObject, Py_TYPE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment