tests: drop unneeded typedef
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 13 Dec 2022 09:57:26 +0000 (10:57 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 13 Dec 2022 09:57:26 +0000 (10:57 +0100)
G_DECLARE_FINAL_TYPE() already takes care of correctly declaring the type
so we don't need the explicit typedef.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/gpiod-test-sim.h

index 3012d4964be26b478802fef013343caf431fa2ee..db864e6529f25c4ffdb2f6fda0c7b0b47d1ad499 100644 (file)
@@ -20,8 +20,6 @@ typedef enum {
        G_GPIOSIM_DIRECTION_OUTPUT_LOW,
 } GPIOSimDirection;
 
-typedef struct _GPIOSimChip GPIOSimChip;
-
 G_DECLARE_FINAL_TYPE(GPIOSimChip, g_gpiosim_chip, G_GPIOSIM, CHIP, GObject);
 
 #define G_GPIOSIM_TYPE_CHIP (g_gpiosim_chip_get_type())