Skip to content

Commit fd49c61

Browse files
author
Christian Hergert
committed
build: remove python prototype.
There is a newer version in chergert/mongo-c-driver bindings branch.
1 parent ed9979f commit fd49c61

16 files changed

+0
-993
lines changed

build/autotools/Python.m4

-13
This file was deleted.

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ m4_include([build/autotools/FindDependencies.m4])
3838
m4_include([build/autotools/AutoHarden.m4])
3939
m4_include([build/autotools/MaintainerFlags.m4])
4040
m4_include([build/autotools/Optimizations.m4])
41-
m4_include([build/autotools/Python.m4])
4241

4342
# We would put AM_INIT_AUTOMAKE into SetupAutomake.m4, but seems to cause
4443
# autoconf errors.

src/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ libmongoc_1_0_la_LDFLAGS = \
5555
-export-symbols-regex "^mongoc_" \
5656
-rpath $(libdir)
5757

58-
include src/bindings/Makefile.am
5958
include src/mongoc/Makefile.am
6059
include src/tools/Makefile.am
6160

src/bindings/Makefile.am

-3
This file was deleted.

src/bindings/python/Makefile.am

-35
This file was deleted.

src/bindings/python/pymongoc-client-pool.c

-195
This file was deleted.

src/bindings/python/pymongoc-client-pool.h

-44
This file was deleted.

0 commit comments

Comments
 (0)