filesetup: Removing unused variable usage
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 8 Sep 2021 20:22:56 +0000 (22:22 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Wed, 8 Sep 2021 20:22:56 +0000 (22:22 +0200)
commitff317807d24461b65041ba191de5f981107e1811
tree8a31020ca9eb622cbf273885bcbdb0936d6e0dd5
parent67486df36b0c4c726c3187f5e74544aa593fbcc5
filesetup: Removing unused variable usage

done is set to true but this is useless as break will
stop the while loop.

So let's remove this useless assignment.

Signed-off-by: Erwan Velu <erwanaliasr1@gmail.com>
filesetup.c