1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

libflashrom: remove flashrom_system_info

void flashrom_system_info(void) has no implementation nor any relation
to existing code.

Change-Id: Iad805322aeead149a8d51ad8bf0babde2a12f01f
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/55351
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Thomas Heijligen 2021-06-09 11:56:54 +02:00 committed by Nico Huber
parent 6aaa51f19a
commit 72fd4f194e
2 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ struct flashrom_chipset_info {
}; };
const char *flashrom_version_info(void); const char *flashrom_version_info(void);
void flashrom_system_info(void);
struct flashrom_flashchip_info *flashrom_supported_flash_chips(void); struct flashrom_flashchip_info *flashrom_supported_flash_chips(void);
struct flashrom_board_info *flashrom_supported_boards(void); struct flashrom_board_info *flashrom_supported_boards(void);
struct flashrom_chipset_info *flashrom_supported_chipsets(void); struct flashrom_chipset_info *flashrom_supported_chipsets(void);

View File

@ -24,7 +24,6 @@ LIBFLASHROM_1.0 {
flashrom_programmer_shutdown; flashrom_programmer_shutdown;
flashrom_set_log_callback; flashrom_set_log_callback;
flashrom_shutdown; flashrom_shutdown;
flashrom_system_info;
flashrom_version_info; flashrom_version_info;
local: *; local: *;
}; };