Skip to content

Commit 2240b98

Browse files
authored
CDRIVER-5703 remove utility headers: bson-atomics.h and bson-cmp.h (#1922)
* remove `bson-atomic.h` * remove `bson-cmp.h`
1 parent bc00715 commit 2240b98

File tree

11 files changed

+4
-1656
lines changed

11 files changed

+4
-1656
lines changed

src/libbson/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ libbson 2.0.0 (Unreleased)
1010

1111
* `bson_as_json` and `bson_array_as_json` are removed due to producing non-portable Legacy Extended JSON. Prefer Canonical Extended JSON or Relaxed Extended JSON for portability. To continue using Legacy Extended JSON, use `bson_as_legacy_extended_json` and `bson_array_as_legacy_extended_json`.
1212
* Compiling with `BSON_MEMCHECK` defined now has no effect.
13+
* Remove deprecated integral comparison interfaces: `bson_in_range_*` and `bson_cmp_*`.
14+
* Remove deprecated atomic and threading interfaces: `bson_atomic_*` and `bson_thrd_yield`.
1315

1416
libbson 1.30.2
1517
==============

src/libbson/src/bson/bson-atomic.c

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

0 commit comments

Comments
 (0)