summaryrefslogtreecommitdiffstats
path: root/image_verify.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'image_verify.hpp')
-rw-r--r--image_verify.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/image_verify.hpp b/image_verify.hpp
index 3c9c2a4..98fda6f 100644
--- a/image_verify.hpp
+++ b/image_verify.hpp
@@ -28,14 +28,6 @@ using EVP_PKEY_Ptr = std::unique_ptr<EVP_PKEY, decltype(&::EVP_PKEY_free)>;
using EVP_MD_CTX_Ptr =
std::unique_ptr<EVP_MD_CTX, decltype(&::EVP_MD_CTX_destroy)>;
-// BMC flash image file name list.
-#ifdef UBIFS_LAYOUT
-const std::vector<std::string> bmcImages = {"image-kernel", "image-rofs",
- "image-rwfs", "image-u-boot"};
-#else
-const std::vector<std::string> bmcImages = {"image-bmc"};
-#endif
-
/** @struct CustomFd
*
* RAII wrapper for file descriptor.
OpenPOWER on IntegriCloud