mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2026-03-16 12:33:46 +00:00
Remove some unused functions
This commit is contained in:
@@ -274,42 +274,6 @@ uint32_t get_sector_for_block(uint8_t bTagType, uint32_t uiBlock)
|
|||||||
return MIFARE_CLASSIC_INVALID_BLOCK;
|
return MIFARE_CLASSIC_INVALID_BLOCK;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_first_sector(uint8_t bTagType, uint32_t uiSector)
|
|
||||||
{
|
|
||||||
// TODO: write code
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool is_first_big_sector(uint8_t bTagType, uint32_t uiSector)
|
|
||||||
{
|
|
||||||
// TODO: write code
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool is_first_small_sector(uint8_t bTagType, uint32_t uiSector)
|
|
||||||
{
|
|
||||||
// TODO: write code
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool is_last_sector(uint8_t bTagType, uint32_t uiSector)
|
|
||||||
{
|
|
||||||
// TODO: write code
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool is_last_big_sector(uint8_t bTagType, uint32_t uiSector)
|
|
||||||
{
|
|
||||||
// TODO: write code
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool is_last_small_sector(uint8_t bTagType, uint32_t uiSector)
|
|
||||||
{
|
|
||||||
// TODO: write code
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Test case function for checking correct functionality of the block/sector is_ ang get_ functions
|
// Test case function for checking correct functionality of the block/sector is_ ang get_ functions
|
||||||
void test_mifare_classic_blocks_sectors_functions(uint8_t bTagType)
|
void test_mifare_classic_blocks_sectors_functions(uint8_t bTagType)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user