>>Sent: Wednesday, December 07, 2011 6:17 PM
>>To: ipmitool-devel
>>Subject: [Ipmitool-devel] Unused variable in 'lib/ipmi_chassis.c'
>>
>>Hey,
>>
>>I'm looking at 'lib/ipmi_chassis.c' and there seems to be an unused
>>varia
>-Original Message-
>From: Zdenek Styblik [mailto:zdenek.styb...@gmail.com]
>Sent: Wednesday, December 07, 2011 6:17 PM
>To: ipmitool-devel
>Subject: [Ipmitool-devel] Unused variable in 'lib/ipmi_chassis.c'
>
>Hey,
>
>I'm looking at 'lib/
Hey,
I'm looking at 'lib/ipmi_chassis.c' and there seems to be an unused
variable on line 1143, or am I just wrong and blind?
Part of the code in question is pasted bellow. Variable in question is
"i". And "op" resp. "struct options" has field "i". Thus I assume
variable "i" is not used anywhere.