From f66306436ae95a72a667bf907c5a393ce90d2ae3 Mon Sep 17 00:00:00 2001 From: Stricted Date: Tue, 28 Aug 2018 07:29:24 +0200 Subject: [PATCH] liblights: remove unused variable Change-Id: I2ce04975d4ff0a796e9f7c531f37c32ff88eaf10 --- liblights/lights.c | 1 - 1 file changed, 1 deletion(-) diff --git a/liblights/lights.c b/liblights/lights.c index 875cf656..92034eaf 100644 --- a/liblights/lights.c +++ b/liblights/lights.c @@ -178,7 +178,6 @@ static int write_leds(const struct led_config *led) char blink[32]; int count, err; - int color; if (led == NULL) led = &led_off;