diff options
-rw-r--r-- | libflashrom.h | 1 | ||||
-rw-r--r-- | libflashrom.map | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libflashrom.h b/libflashrom.h index f2b3e46e..eab78ad1 100644 --- a/libflashrom.h +++ b/libflashrom.h @@ -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); diff --git a/libflashrom.map b/libflashrom.map index 0c28a68c..feb20f83 100644 --- a/libflashrom.map +++ b/libflashrom.map @@ -24,7 +24,6 @@ LIBFLASHROM_1.0 { flashrom_programmer_shutdown; flashrom_set_log_callback; flashrom_shutdown; - flashrom_system_info; flashrom_version_info; local: *; }; |