From ba6ef2a1bcb47ddd59accf70cbae9ce04cb0e128 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 3 Sep 2021 23:56:12 +0200 Subject: [PATCH] cppcheck redundant assignment --- client/src/nfc/ndef.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/nfc/ndef.c b/client/src/nfc/ndef.c index b4566d1ff..2cf97e01f 100644 --- a/client/src/nfc/ndef.c +++ b/client/src/nfc/ndef.c @@ -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