
19 May
2020
19 May
'20
12:30 p.m.
On 19.05.20 11:01, Christian Gmeiner wrote:
It is not definded anywhere.
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com
git grep -n 'file_cbfs_result' finds only the line in the include.
Reviewed-by: Heinrich Schuchardt xypron.gpk@gmx.de
include/cbfs.h | 2 -- 1 file changed, 2 deletions(-)
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.