Fix cppcheck warning "Statements following return will never be executed"
This commit is contained in:
parent
1d5f9956fb
commit
4dafd70b64
1 changed files with 0 additions and 3 deletions
|
@ -227,9 +227,6 @@ acr122_pcsc_connstring_decode(const nfc_connstring connstring, struct acr122_pcs
|
||||||
|
|
||||||
free(cs);
|
free(cs);
|
||||||
return 2;
|
return 2;
|
||||||
|
|
||||||
free(cs);
|
|
||||||
return 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static nfc_device *
|
static nfc_device *
|
||||||
|
|
Loading…
Reference in a new issue