summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PC/VC6/pythoncore.dsp4
-rw-r--r--PC/os2emx/Makefile1
-rw-r--r--PC/os2emx/python25.def8
-rw-r--r--PCbuild/pythoncore.vcproj3
-rw-r--r--PCbuild8/pythoncore/pythoncore.vcproj8
5 files changed, 0 insertions, 24 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 70b64ea3a0..e61e280d06 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -221,10 +221,6 @@ SOURCE=..\..\Objects\boolobject.c
# End Source File
# Begin Source File
-SOURCE=..\..\Objects\bufferobject.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index b84d22bd3f..bb32bc514b 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -366,7 +366,6 @@ SRC.PYTHON= $(addprefix $(TOP), \
SRC.OBJECT= $(addprefix $(TOP), \
Objects/abstract.c \
Objects/boolobject.c \
- Objects/bufferobject.c \
Objects/cellobject.c \
Objects/classobject.c \
Objects/cobject.c \
diff --git a/PC/os2emx/python25.def b/PC/os2emx/python25.def
index bb3d64f30c..55242ea71b 100644
--- a/PC/os2emx/python25.def
+++ b/PC/os2emx/python25.def
@@ -181,14 +181,6 @@ EXPORTS
"_Py_ZeroStruct"
"_Py_TrueStruct"
-; From python25_s.lib(bufferobject)
- "PyBuffer_FromObject"
- "PyBuffer_FromReadWriteObject"
- "PyBuffer_FromMemory"
- "PyBuffer_FromReadWriteMemory"
- "PyBuffer_New"
- "PyBuffer_Type"
-
; From python25_s.lib(cellobject)
"PyCell_New"
"PyCell_Get"
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 07e2050cc6..802bed32cb 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -443,9 +443,6 @@
RelativePath="..\Objects\boolobject.c">
</File>
<File
- RelativePath="..\Objects\bufferobject.c">
- </File>
- <File
RelativePath="..\Objects\bytesobject.c">
</File>
<File
diff --git a/PCbuild8/pythoncore/pythoncore.vcproj b/PCbuild8/pythoncore/pythoncore.vcproj
index 52240d1a2e..c49105eb1e 100644
--- a/PCbuild8/pythoncore/pythoncore.vcproj
+++ b/PCbuild8/pythoncore/pythoncore.vcproj
@@ -788,10 +788,6 @@
>
</File>
<File
- RelativePath="..\..\Objects\bufferobject.c"
- >
- </File>
- <File
RelativePath="..\..\Objects\bytesobject.c"
>
</File>
@@ -978,10 +974,6 @@
>
</File>
<File
- RelativePath="..\..\Include\bufferobject.h"
- >
- </File>
- <File
RelativePath="..\..\Include\cellobject.h"
>
</File>