nfc-mfultralight: remove dead assignment

nfc-mfultralight.c:274:7: warning: Value stored to 'bFailure' is never read
      bFailure = false;
      ^          ~~~~~
This commit is contained in:
Philippe Teuwen 2017-02-18 16:28:22 +01:00
parent 9a749e1a66
commit c815c7a059

View file

@ -272,7 +272,6 @@ write_card(bool write_otp, bool write_lock, bool write_uid)
} else {
if (!check_magic()) {
printf("\nUnable to unlock card - are you sure the card is magic?\n");
bFailure = false;
return false;
}
}