summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fastboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fastboot/fastboot.c')
-rw-r--r--drivers/fastboot/fastboot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/fastboot/fastboot.c b/drivers/fastboot/fastboot.c
index 790334b03f2..9594cadc908 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
*