mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
cppcheck remove redundant assignment
This commit is contained in:
parent
2db34e0ad6
commit
3c47e78597
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ int CmdEM4x50Read(const char *Cmd) {
|
||||||
|
|
||||||
// init
|
// init
|
||||||
memset(&etd, 0x00, sizeof(em4x50_data_t));
|
memset(&etd, 0x00, sizeof(em4x50_data_t));
|
||||||
etd.addr_given = false;
|
|
||||||
etd.pwd_given = false;
|
etd.pwd_given = false;
|
||||||
etd.addresses = (addr << 8) | addr;
|
etd.addresses = (addr << 8) | addr;
|
||||||
etd.addr_given = true;
|
etd.addr_given = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue