Re: [LEDE-DEV] [PATCH] block: remove redundant "mnt" variable

2016-11-05 Thread Arkadiusz Drabczyk
On Sat, Nov 05, 2016 at 09:12:14PM +0100, Arkadiusz Drabczyk wrote: > Variable mnt is assigned a value and in the very next line it's assigned > to another variable and not used anymore which doesn't make sense. > > Signed-off-by: Arkadiusz Drabczyk > --- > block.c

[LEDE-DEV] [PATCH] block: remove redundant "mnt" variable

2016-11-05 Thread Arkadiusz Drabczyk
Variable mnt is assigned a value and in the very next line it's assigned to another variable and not used anymore which doesn't make sense. Signed-off-by: Arkadiusz Drabczyk --- block.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/block.c b/block.c ind