mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-25 13:11:49 +00:00
Fix cppcheck warning "Statements following return will never be executed"
This commit is contained in:
@@ -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 *
|
||||||
|
|||||||
Reference in New Issue
Block a user