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
commitd3b0921f57509e0c765c35893ab6a91b7c384d59 (patch)
treefc88b5de25cbe5d40211799fe2f3b028f3a655f2 /Include/import.h
parent906572a06df7ca45cc7f1101b73c8ed8fc54c49f (diff)
downloadcpython-git-d3b0921f57509e0c765c35893ab6a91b7c384d59.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)();