ubi: remove voltype left-over variable
authordaniel <daniel@makrotopia.org>
Tue, 13 May 2014 04:41:46 +0000 (06:41 +0200)
committerdaniel <daniel@makrotopia.org>
Tue, 13 May 2014 04:41:46 +0000 (06:41 +0200)
libfstools/ubi.c

index 69f6406..a281729 100644 (file)
@@ -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;