ID: 3576210 - 'lib/ipmi_dcmi.c' - unused variable

Commit removes unused variable in ipmi_dcmi_prnt_oobDiscover() in
'lib/ipmi_dcmi.c'.

Reported by: Dune Idaho
This commit is contained in:
Zdenek Styblik 2012-11-01 18:44:05 +00:00
parent 122e11a2e8
commit 629a96d9c3

View File

@ -445,7 +445,6 @@ void display_capabilities_attributes(
static int
ipmi_dcmi_prnt_oobDiscover(struct ipmi_intf * intf)
{
struct ipmi_rs *rsp;
int rc;
if (intf->opened == 0 && intf->open != NULL) {