Skip to content

Commit 2605ce6

Browse files
author
Veijo Pesonen
committed
QSPIFBlockDevice: removes dead code
1 parent 7c692f5 commit 2605ce6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -332,20 +332,6 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
332332
// Detect 4-byte addressing mode and enable it if supported
333333
int _sfdp_detect_and_enable_4byte_addressing(uint8_t *basic_param_table_ptr, int basic_param_table_size);
334334

335-
/***********************/
336-
/* Utilities Functions */
337-
/***********************/
338-
// Find the region to which the given offset belong to
339-
int _utils_find_addr_region(mbed::bd_size_t offset, mbed::sfdp_smptbl_info &smptbl);
340-
341-
// Iterate on all supported Erase Types of the Region to which the offset belong to.
342-
// Iterates from highest type to lowest
343-
int _utils_iterate_next_largest_erase_type(uint8_t &bitfield,
344-
int size,
345-
int offset,
346-
int region,
347-
mbed::sfdp_smptbl_info &smptbl);
348-
349335
private:
350336
enum qspif_clear_protection_method_t {
351337
QSPIF_BP_ULBPR, // Issue global protection unlock instruction

0 commit comments

Comments
 (0)