summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/import.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/import.h b/Include/import.h
index 0d99fae..e10ee81 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -54,11 +54,6 @@ DL_IMPORT(int) PyImport_ImportFrozenModule Py_PROTO((char *));
extern DL_IMPORT(PyObject *)_PyImport_FindExtension Py_PROTO((char *, char *));
extern DL_IMPORT(PyObject *)_PyImport_FixupExtension Py_PROTO((char *, char *));
-#ifdef __BEOS__
-#include <kernel/image.h>
-extern DL_IMPORT(image_id) PyImport_BeImageID( char *name );
-#endif
-
struct _inittab {
char *name;
void (*initfunc)();