Remove never used struct json_object_iter_info_

This commit is contained in:
Eric Hawicz
2026-05-23 13:15:29 -04:00
parent 79474075ce
commit 2bfda7114b

View File

@@ -30,11 +30,6 @@
extern "C" {
#endif
/**
* Forward declaration for the opaque iterator information.
*/
struct json_object_iter_info_;
/**
* The opaque iterator that references a name/value pair within
* a JSON Object instance or the "end" iterator value.