api: remove IPMI_CC_LEN
IPMI_CC_LEN is no longer used, this commit removes it.
Change-Id: I5656dbcf4d177c08607792deb1683610c50d8b8b
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/include/ipmid/api.h b/include/ipmid/api.h
index fd6fee6..9f75809 100644
--- a/include/ipmid/api.h
+++ b/include/ipmid/api.h
@@ -21,9 +21,6 @@
SYSTEM_INTERFACE = 0xFF,
};
-// length of Completion Code and its ALWAYS _1_
-#define IPMI_CC_LEN 1
-
// IPMI Net Function number as specified by IPMI V2.0 spec.
// Example :
// NETFUN_APP = (0x06 << 2),