mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID:355 - remove unused variables from ipmi_dcmi.c
I'd swear I've already removed those, hmm.
This commit is contained in:
parent
7a854623aa
commit
d5c2e976d4
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user