summaryrefslogtreecommitdiff
path: root/PC/os2emx
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-03 17:19:26 +0000
committerMartin v. Löwis <martin@v.loewis.de>2009-01-03 17:19:26 +0000
commit9d801afd861bb0872ad8276f4e2f71a346adc46b (patch)
treed8588686fc79cb5ef0878680deb4b7194e0a3b0d /PC/os2emx
parent58a074b224dfee8fd0cd45c225b90b58ad666f2d (diff)
downloadcpython-9d801afd861bb0872ad8276f4e2f71a346adc46b.tar.gz
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/Makefile1
-rw-r--r--PC/os2emx/python27.def3
2 files changed, 0 insertions, 4 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 9bfd9271b0..82d548ef9e 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -351,7 +351,6 @@ SRC.PYTHON= $(addprefix $(TOP), \
Python/getargs.c \
Python/getcompiler.c \
Python/getcopyright.c \
- Python/getmtime.c \
Python/getplatform.c \
Python/getversion.c \
Python/graminit.c \
diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def
index e41303d02f..1a258e7935 100644
--- a/PC/os2emx/python27.def
+++ b/PC/os2emx/python27.def
@@ -931,9 +931,6 @@ EXPORTS
; From python27_s.lib(getcopyright)
"Py_GetCopyright"
-; From python27_s.lib(getmtime)
- "PyOS_GetLastModificationTime"
-
; From python27_s.lib(getplatform)
"Py_GetPlatform"