commit | 8101dd3dfaa9bf85a80b76fc2be1ae59bd051bc9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 04 19:48:38 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 07 21:10:04 2019 +0200 |
tree | 9707a6065b584f79203395525bc0495035861b61 | |
parent | 126a43f15b3627d39e71636f93c500d57adeb28a [diff] |
efi_selftest: remove redundant function efi_st_memcmp() Function memcmp() is available in efi_freestanding.c. So we do not remove a further implementation. Replace all usages of efi_st_memcmp() by memcmp(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>