8000 Remove more traces of bufferobject.[ch] from build files etc. · python/cpython@0ea230b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ea230b

Browse files
committed
Remove more traces of bufferobject.[ch] from build files etc.
1 parent be801ac commit 0ea230b

File tree

5 files changed

+0
-24
lines changed

5 files changed

+0
-24
lines changed

PC/VC6/pythoncore.dsp

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/os2emx/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ SRC.PYTHON= $(addprefix $(TOP), \
366366
SRC.OBJECT= $(addprefix $(TOP), \
367367
Objects/abstract.c \
368368
Objects/boolobject.c \
369-
Objects/bufferobject.c \
370369
Objects/cellobject.c \
371370
Objects/classobject.c \
372371
Objects/cobject.c \

PC/os2emx/python25.def

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ EXPORTS
181181
"_Py_ZeroStruct"
182182
"_Py_TrueStruct"
183183

184-
; From python25_s.lib(bufferobject)
185-
"PyBuffer_FromObject"
186-
"PyBuffer_FromReadWriteObject"
187-
"PyBuffer_FromMemory"
188-
"PyBuffer_FromReadWriteMemory"
189-
"PyBuffer_New"
190-
"PyBuffer_Type"
191-
192184
; From python25_s.lib(cellobject)
193185
"PyCell_New"
194186
"PyCell_Get"

PCbuild/pythoncore.vcproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,6 @@
442442
<File
443443
RelativePath="..\Objects\boolobject.c">
444444
</File>
445-
<File
446-
RelativePath="..\Objects\bufferobject.c">
447-
</File>
448445
<File
449446
RelativePath="..\Objects\bytesobject.c">
450447
</File>

PCbuild8/pythoncore/pythoncore.vcproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,6 @@
787787
RelativePath="..\..\Objects\boolobject.c"
788788
>
789789
</File>
790-
<File
791-
RelativePath="..\..\Objects\bufferobject.c"
792-
>
793-
</File>
794790
<File
795791
RelativePath="..\..\Objects\bytesobject.c"
796792
>
@@ -977,10 +973,6 @@
977973
RelativePath="..\..\Include\boolobject.h"
978974
>
979975
</File>
980-
<File
981-
RelativePath="..\..\Include\bufferobject.h"
982-
>
983-
</File>
984976
<File
985977
RelativePath="..\..\Include\cellobject.h"
986978
>

0 commit comments

Comments
 (0)
0