mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-22 13:21:36 +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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user