summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/import.c b/Python/import.c
index c5234ac..728e1cd 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -23,11 +23,6 @@
#include <fcntl.h>
#endif
-#if defined(PYCC_VACPP)
-/* VisualAge C/C++ Failed to Define MountType Field in sys/stat.h */
-#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
-#endif
-
extern time_t PyOS_GetLastModificationTime(char *, FILE *);
/* In getmtime.c */