clang-error: fix clang-diagnostic-unused-const-variable error
This clang-error is generated when there is a constant unused
variable.
Change-Id: I6cfe8d4f81e73edb9c12ff7df3ec301377880de0
Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
diff --git a/pldmtool/pldm_cmd_helper.hpp b/pldmtool/pldm_cmd_helper.hpp
index 7b8c7a9..11b7ada 100644
--- a/pldmtool/pldm_cmd_helper.hpp
+++ b/pldmtool/pldm_cmd_helper.hpp
@@ -27,7 +27,6 @@
{
constexpr uint8_t PLDM_ENTITY_ID = 8;
-constexpr uint8_t MCTP_MSG_TYPE_PLDM = 1;
using ordered_json = nlohmann::ordered_json;
/** @brief print the input message if pldmverbose is enabled