Drop the REFCOUNT_DEBUG code, it hasn't been used in ages.

This commit is contained in:
Eric Haszlakiewicz
2021-11-30 03:08:02 +00:00
parent 9a90b8477b
commit 320548caf6
2 changed files with 1 additions and 46 deletions

View File

@@ -7,6 +7,7 @@ Significant changes and bug fixes
* Introduction of constant JSON_C_OBJECT_ADD_CONSTANT_KEY
as a replacement of JSON_C_OBJECT_KEY_IS_CONSTANT,
JSON_C_OBJECT_KEY_IS_CONSTANT becoming legacy.
* Drop REFCOUNT_DEBUG code.
***