summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/thread.c b/Python/thread.c
index c0b763c..819186c 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -7,11 +7,6 @@
#include "Python.h"
-/* pyconfig.h may or may not define DL_IMPORT */
-#ifndef DL_IMPORT /* declarations for DLL import/export */
-#define DL_IMPORT(RTYPE) RTYPE
-#endif
-
#ifndef DONT_HAVE_STDIO_H
#include <stdio.h>
#endif