From: Christian Gmeiner Date: Tue, 19 May 2020 09:01:59 +0000 (+0200) Subject: cbfs: drop file_cbfs_result declaration X-Git-Tag: v2020.07-rc4~23^2~13 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=30cf2ba7c6794c7b486c34aba2b25af66609bc42 cbfs: drop file_cbfs_result declaration It is not definded anywhere. Signed-off-by: Christian Gmeiner Reviewed-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- diff --git a/include/cbfs.h b/include/cbfs.h index d915f9426d..d18001da76 100644 --- a/include/cbfs.h +++ b/include/cbfs.h @@ -80,8 +80,6 @@ struct cbfs_cachenode { u32 attributes_offset; }; -extern enum cbfs_result file_cbfs_result; - /** * file_cbfs_error() - Return a string describing the most recent error * condition.