diff options
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/Makefile | 1 | ||||
-rw-r--r-- | PC/os2emx/python27.def | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 9bfd927..82d548e 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 e41303d..1a258e7 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" |