From 3b04a85245473a6e0f82ee479ef399bc8163a473 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 12 Jun 2011 22:17:45 +0000 Subject: Remove a couple of dead inits and assignments found by the clang-static-analyzer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29996 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder') diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index 528ab3b81c..fc88709afa 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -206,7 +206,7 @@ static unsigned int read_part_line(struct bmp_args *ba) uint8_t *ibuf; struct uint8_rgb *buf = (struct uint8_rgb *)(ba->buf); const struct uint8_rgb *palette = ba->palette; - uint32_t component, data = data; + uint32_t component, data; int ret; int i, cols, len; -- cgit v1.2.3