remove unused left-over code
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2013 16:13:08 +0000 (18:13 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2013 16:13:08 +0000 (18:13 +0200)
Cython/Utility/ImportExport.c

index 8c74e01..925eda3 100644 (file)
@@ -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*/