cppchecker fix

This commit is contained in:
iceman1001 2021-01-29 16:51:06 +01:00
parent 33a17fcd67
commit 76f2c2c95e

View file

@ -3546,8 +3546,6 @@ static int CmdHF14AMfSim(const char *Cmd) {
}
showSectorTable(k_sector, k_sectorsCount);
}
k_sectorsCount = MIFARE_4K_MAXSECTOR;
return PM3_SUCCESS;
}