diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-08 14:52:28 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-06-09 09:27:24 +0300 |
commit | 3b5d27d11737041cb03b7fa68cd4e0da34bcbc01 (patch) | |
tree | 825de0e622b74362ac3a32c0082fad2a7bbe7108 /ubi-utils | |
parent | bc1f5c0902ce4e10f062d6e37f3f8773506e6915 (diff) |
mtdinfo: remove now unused ubigen info
A previous commit moved the code using this var into a diff func.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/src/mtdinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |