From 2bfda7114b9f2b917178c3462c3cfcd03f64f6bf Mon Sep 17 00:00:00 2001 From: Eric Hawicz Date: Sat, 23 May 2026 13:15:29 -0400 Subject: [PATCH] Remove never used struct json_object_iter_info_ --- json_object_iterator.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/json_object_iterator.h b/json_object_iterator.h index a9b1433..86d3734 100644 --- a/json_object_iterator.h +++ b/json_object_iterator.h @@ -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.