Skip to content

Commit 083e33e

Browse files
committed
PHPC-2477: BSON_HAVE_ATOMIC constants are obsolete
CDRIVER-4124 removed BSON_HAVE_ATOMIC_32_ADD_AND_FETCH and BSON_HAVE_ATOMIC_64_ADD_AND_FETCH
1 parent 787f301 commit 083e33e

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ if test "$PHP_MONGODB" != "no"; then
338338
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/CheckHost.m4)
339339
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/PlatformFlags.m4)
340340

341-
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libbson/CheckAtomics.m4)
342341
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libbson/CheckHeaders.m4)
343342
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libbson/Endian.m4)
344343
m4_include(PHP_MONGODB_BASEDIR/scripts/autotools/libbson/FindDependencies.m4)

config.w32

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ if (PHP_MONGODB != "no") {
130130
BSON_OS: 2,
131131
BSON_HAVE_STDBOOL_H: 0,
132132
BSON_HAVE_STRINGS_H: 0,
133-
BSON_HAVE_ATOMIC_32_ADD_AND_FETCH: 0,
134-
BSON_HAVE_ATOMIC_64_ADD_AND_FETCH: 0,
135133
BSON_PTHREAD_ONCE_INIT_NEEDS_BRACES: 0,
136134
BSON_HAVE_CLOCK_GETTIME: 0,
137135
BSON_HAVE_STRNLEN: 0,

scripts/autotools/libbson/CheckAtomics.m4

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)