Commit 2a02485e authored by Stefan Behnel's avatar Stefan Behnel

remove unused left-over code

parent 4f1883af
......@@ -122,10 +122,6 @@ static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name) {
}
static CYTHON_INLINE void __Pyx_RaiseImportError(PyObject *name) {
}
/////////////// ModuleImport.proto ///////////////
static PyObject *__Pyx_ImportModule(const char *name); /*proto*/
......
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