summaryrefslogtreecommitdiffstats
path: root/libflashrom.map
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.de>2021-06-09 11:56:54 +0200
committerNico Huber <nico.h@gmx.de>2021-06-20 09:10:28 +0000
commit72fd4f194e8988bc0dcf99d2929408b23b39bf75 (patch)
treef0eb8a62f606a7d095a584e60563ad4b5a568d85 /libflashrom.map
parent6aaa51f19a826f18ac19ccf2acf98435d3f52ce7 (diff)
downloadflashrom-72fd4f194e8988bc0dcf99d2929408b23b39bf75.tar.gz
flashrom-72fd4f194e8988bc0dcf99d2929408b23b39bf75.tar.bz2
flashrom-72fd4f194e8988bc0dcf99d2929408b23b39bf75.zip
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>
Diffstat (limited to 'libflashrom.map')
-rw-r--r--libflashrom.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/libflashrom.map b/libflashrom.map
index 0c28a68c0..feb20f83e 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: *;
};