From: Artem Bityutskiy Date: Fri, 3 Jun 2011 16:41:00 +0000 (+0300) Subject: UBI: remove dead code X-Git-Tag: v3.1-rc1~326^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4788b60a5faf9f9c9aec10fb7f6b36d9e0f9fa4c;p=pandora-kernel.git UBI: remove dead code Thanks to new gcc 4.6 for issuing the following warning: drivers/mtd/ubi/vtbl.c: In function ‘create_vtbl’: drivers/mtd/ubi/vtbl.c:311:33: warning: variable ‘old_seb’ set but not used [-Wunused-but-set-variable] This patch removes some dead code and fixes the warning. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed