From f6657e67b3cf89649d14d9012b3964a3490d45b0 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 28 Dec 2006 04:47:50 +0000 Subject: Cruft removal: * DL_IMPORT/DL_EXPORT * #if 0'd code * Py_PROTO which was obsolete, but still used in one place in addrinfo.h --- Include/Python.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index d75854cae8..397ceb99ff 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -48,14 +48,6 @@ #include "pyport.h" -/* pyconfig.h or pyport.h may or may not define DL_IMPORT */ -#ifndef DL_IMPORT /* declarations for DLL import/export */ -#define DL_IMPORT(RTYPE) RTYPE -#endif -#ifndef DL_EXPORT /* declarations for DLL import/export */ -#define DL_EXPORT(RTYPE) RTYPE -#endif - /* Debug-mode build with pymalloc implies PYMALLOC_DEBUG. * PYMALLOC_DEBUG is in error if pymalloc is not in use. */ -- cgit v1.2.1