ID:355 - remove unused variables from ipmi_dcmi.c

I'd swear I've already removed those, hmm.
This commit is contained in:
Zdenek Styblik 2015-02-05 18:37:07 +01:00
parent 7a854623aa
commit d5c2e976d4

View File

@ -3581,8 +3581,7 @@ int
ipmi_dcmi_main(struct ipmi_intf * intf, int argc, char **argv)
{
int rc = 0;
uint8_t ctl = 0;
int i, ii, instances;
int i;
struct ipmi_rs *rsp;
if ((argc == 0) || (strncmp(argv[0], "help", 4) == 0)) {