From a9e8236cde8c9b4784e4c91b23a2ba006e727f6a Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 13 May 2014 06:41:46 +0200 Subject: [PATCH 1/1] ubi: remove voltype left-over variable --- libfstools/ubi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfstools/ubi.c b/libfstools/ubi.c index 69f6406..a281729 100644 --- a/libfstools/ubi.c +++ b/libfstools/ubi.c @@ -93,7 +93,7 @@ test_open(char *filename) static int ubi_volume_init(struct volume *v) { - char voldir[40], voldev[32], *volname, *voltype; + char voldir[40], voldev[32], *volname; struct ubi_priv *p; unsigned int volsize; -- 2.11.0