From 3b5d27d11737041cb03b7fa68cd4e0da34bcbc01 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 8 Jun 2011 14:52:28 -0400 Subject: mtdinfo: remove now unused ubigen info A previous commit moved the code using this var into a diff func. Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- ubi-utils/src/mtdinfo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ubi-utils') diff --git a/ubi-utils/src/mtdinfo.c b/ubi-utils/src/mtdinfo.c index ca0ad71..38b63ca 100644 --- a/ubi-utils/src/mtdinfo.c +++ b/ubi-utils/src/mtdinfo.c @@ -185,7 +185,6 @@ static int print_dev_info(libmtd_t libmtd, const struct mtd_info *mtd_info, int { int err; struct mtd_dev_info mtd; - struct ubigen_info ui; err = mtd_get_dev_info1(libmtd, mtdn, &mtd); if (err) { -- cgit v1.2.3