summaryrefslogtreecommitdiff
path: root/Include/import.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-04 16:39:38 +0000
committerGuido van Rossum <guido@python.org>1999-01-04 16:39:38 +0000
commitb95ff8b37c1113c5d1639b7047293e2741ac3de9 (patch)
tree64d42384912f6159ead60a0349f216231754bac4 /Include/import.h
parentbbab7e7e30d050d1474151d20e372e5f274651d7 (diff)
downloadcpython-b95ff8b37c1113c5d1639b7047293e2741ac3de9.tar.gz
Chris Herborth writes:
Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore.
Diffstat (limited to 'Include/import.h')
-rw-r--r--Include/import.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/import.h b/Include/import.h
index 0d99faeb93..e10ee81173 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)();