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:
parent
9a749e1a66
commit
c815c7a059
1 changed files with 0 additions and 1 deletions
|
@ -272,7 +272,6 @@ write_card(bool write_otp, bool write_lock, bool write_uid)
|
||||||
} else {
|
} else {
|
||||||
if (!check_magic()) {
|
if (!check_magic()) {
|
||||||
printf("\nUnable to unlock card - are you sure the card is magic?\n");
|
printf("\nUnable to unlock card - are you sure the card is magic?\n");
|
||||||
bFailure = false;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue