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
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