From 0965044c99162b27e8c7ca01e4e14ccecd882c1b Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 9 Mar 2020 19:56:59 +0100 Subject: commonlib/cbfs.c: Remove unused macro Change-Id: I330de4357fa48ee3d76a97a682b389ef42e7a135 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/39410 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/commonlib/cbfs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/commonlib/cbfs.c') diff --git a/src/commonlib/cbfs.c b/src/commonlib/cbfs.c index be0de9f6aa..b03a3dcd3a 100644 --- a/src/commonlib/cbfs.c +++ b/src/commonlib/cbfs.c @@ -18,9 +18,6 @@ #include #include -#if !defined(ERROR) -#define ERROR(x...) printk(BIOS_ERR, "CBFS: " x) -#endif #if !defined(LOG) #define LOG(x...) printk(BIOS_INFO, "CBFS: " x) #endif -- cgit v1.2.3