diff options
Diffstat (limited to 'drivers/fastboot/fastboot.c')
-rw-r--r-- | drivers/fastboot/fastboot.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/fastboot/fastboot.c b/drivers/fastboot/fastboot.c index 790334b..9594cad 100644 --- a/drivers/fastboot/fastboot.c +++ b/drivers/fastboot/fastboot.c @@ -897,11 +897,6 @@ static struct cmd_fastboot_interface interface = { .transfer_buffer_size = 0, }; -void *fastboot_get_string_table(void) -{ - return fastboot_string_table; -} - /* * fastboot main process, only support 'download', 'flash' command now * |