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:
parent
6aaa51f19a
commit
72fd4f194e
@ -75,7 +75,6 @@ struct flashrom_chipset_info {
|
||||
};
|
||||
|
||||
const char *flashrom_version_info(void);
|
||||
void flashrom_system_info(void);
|
||||
struct flashrom_flashchip_info *flashrom_supported_flash_chips(void);
|
||||
struct flashrom_board_info *flashrom_supported_boards(void);
|
||||
struct flashrom_chipset_info *flashrom_supported_chipsets(void);
|
||||
|
@ -24,7 +24,6 @@ LIBFLASHROM_1.0 {
|
||||
flashrom_programmer_shutdown;
|
||||
flashrom_set_log_callback;
|
||||
flashrom_shutdown;
|
||||
flashrom_system_info;
|
||||
flashrom_version_info;
|
||||
local: *;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user