Commit cfc7f008 authored by Denis Bilenko's avatar Denis Bilenko

core.pyx: remove unused declaration

parent ef048b1e
......@@ -48,7 +48,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)
void PyOS_snprintf(void*, size_t, char*, ...)
cdef extern from "frameobject.h":
......
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