From: Bartosz Golaszewski Date: Wed, 15 Mar 2023 20:08:33 +0000 (+0100) Subject: tests: remove commented-out code X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=64c9a6c6c118d2712365b9e61f72c82461f6d7a7;p=qemu-gpiodev%2Flibgpiod.git tests: remove commented-out code This is a leftover line and can be removed. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/tests-line-request.c b/tests/tests-line-request.c index d1f60fb..b9ac2c1 100644 --- a/tests/tests-line-request.c +++ b/tests/tests-line-request.c @@ -459,8 +459,6 @@ GPIOD_TEST_CASE(active_low_read_value) GPIOD_TEST_CASE(reconfigure_lines) { - //static const guint offsets[] = { 0, 1, 2, 3 }; - g_autoptr(GPIOSimChip) sim = g_gpiosim_chip_new("num-lines", 4, NULL); g_autoptr(struct_gpiod_chip) chip = NULL; g_autoptr(struct_gpiod_line_settings) settings = NULL;