Commit 3b878008 authored by Stefan Behnel's avatar Stefan Behnel

remove unused utility code annotation

parent 111d4bca
...@@ -606,7 +606,6 @@ static PyObject *__Pyx_GetNameInClass(PyObject *nmspace, PyObject *name); /*prot ...@@ -606,7 +606,6 @@ static PyObject *__Pyx_GetNameInClass(PyObject *nmspace, PyObject *name); /*prot
/////////////// GetNameInClass /////////////// /////////////// GetNameInClass ///////////////
//@requires: PyObjectGetAttrStr //@requires: PyObjectGetAttrStr
//@requires: GetModuleGlobalName //@requires: GetModuleGlobalName
//@substitute: naming
static PyObject *__Pyx_GetNameInClass(PyObject *nmspace, PyObject *name) { static PyObject *__Pyx_GetNameInClass(PyObject *nmspace, PyObject *name) {
PyObject *result; PyObject *result;
......
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