From b68be1874a9dd9f5ff950641d0d5c8416e6c1cfb Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 13 Nov 2020 14:48:17 +0100 Subject: [PATCH] core: remove unused forward declaration struct gpiod_line_bulk_iter never made it into the API and its forward declaration is a leftover. Remove it. Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index 8513b7b..5c66189 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -48,7 +48,6 @@ struct gpiod_line; struct gpiod_chip_iter; struct gpiod_line_iter; struct gpiod_line_bulk; -struct gpiod_line_bulk_iter; /** * @defgroup common Common helper macros -- 2.30.2