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)
|
ipmi_dcmi_main(struct ipmi_intf * intf, int argc, char **argv)
|
||||||
{
|
{
|
||||||
int rc = 0;
|
int rc = 0;
|
||||||
uint8_t ctl = 0;
|
int i;
|
||||||
int i, ii, instances;
|
|
||||||
struct ipmi_rs *rsp;
|
struct ipmi_rs *rsp;
|
||||||
|
|
||||||
if ((argc == 0) || (strncmp(argv[0], "help", 4) == 0)) {
|
if ((argc == 0) || (strncmp(argv[0], "help", 4) == 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user