Skip to content

Commit bc37649

Browse files
committed
Remove unused static function
1 parent e92a21c commit bc37649

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

supervisor/stub/internal_flash.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ uint32_t supervisor_flash_get_block_count(void) {
4949
void supervisor_flash_flush(void) {
5050
}
5151

52-
static int32_t convert_block_to_flash_addr(uint32_t block) {
53-
return -1;
54-
}
55-
5652
mp_uint_t supervisor_flash_read_blocks(uint8_t *dest, uint32_t block, uint32_t num_blocks) {
5753
return 0; // success
5854
}

0 commit comments

Comments
 (0)