mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-13 03:34:48 +00:00
cppcheck redundant assignment
This commit is contained in:
@@ -435,7 +435,6 @@ static int ndefDecodePayloadDeviceInfo(uint8_t *payload, size_t len) {
|
||||
n = *(p++);
|
||||
PrintAndLogEx(INFO, "Unique name... " _YELLOW_("%.*s"), n, p);
|
||||
p += n + 1;
|
||||
n = *(p++);
|
||||
//uuid string
|
||||
// record.uuid_string = '123e4567-e89b-12d3-a456-426655440000'
|
||||
// 8-4-4-4-12
|
||||
|
||||
Reference in New Issue
Block a user