Commit 54977feb authored by Denis Bilenko's avatar Denis Bilenko

core.pyx: remove unused declaration

parent f592ca66
......@@ -54,7 +54,6 @@ cdef extern from "Python.h":
void Py_DECREF(object o)
object PyString_FromStringAndSize(char *v, int len)
object PyString_FromString(char *v)
int PyObject_AsCharBuffer(object obj, char **buffer, int *buffer_len)
cdef extern from "frameobject.h":
ctypedef struct PyThreadState:
......
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