From: Bartosz Golaszewski Date: Fri, 13 Nov 2020 13:48:17 +0000 (+0100) Subject: core: remove unused forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b68be1874a9dd9f5ff950641d0d5c8416e6c1cfb;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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