summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-10-24 19:50:44 (GMT)
committerEric Smith <eric@trueblade.com>2009-10-24 19:50:44 (GMT)
commit8c3fb3944050687769f474ad6cc176f35c90bc81 (patch)
treee65f5a4815184236705a45ec09bd1f649141092f /PC
parentf32540703815825d5d81051bd40d5b343ccee1e9 (diff)
downloadcpython-8c3fb3944050687769f474ad6cc176f35c90bc81.zip
cpython-8c3fb3944050687769f474ad6cc176f35c90bc81.tar.gz
cpython-8c3fb3944050687769f474ad6cc176f35c90bc81.tar.bz2
Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/python27.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def
index 1a258e7..7b728a9 100644
--- a/PC/os2emx/python27.def
+++ b/PC/os2emx/python27.def
@@ -306,7 +306,6 @@ EXPORTS
"PyFloat_AsReprString"
"PyFloat_AsString"
"_PyFloat_Init"
- "PyFloat_AsStringEx"
"PyFloat_Type"
; From python27_s.lib(frameobject)