]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Remove never used struct json_object_iter_info_
authorEric Hawicz <erh+git@nimenees.com>
Sat, 23 May 2026 17:15:29 +0000 (13:15 -0400)
committerEric Hawicz <erh+git@nimenees.com>
Sat, 23 May 2026 18:31:45 +0000 (14:31 -0400)
json_object_iterator.h

index a9b1433c74e98a6262ecc69d9d7a262fbbf97fed..86d37343fcba30e5b680cb5c418cf954c13b5ef4 100644 (file)
 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.