ID: 3576211 - 'lib/ipmi_delloem.c' - unused variable

Commit removes unused variables in ipmi_led_get_platform_model_name() in
'lib/ipmi_delloem.c'.

Reported by: Dune Idaho
This commit is contained in:
Zdenek Styblik 2012-11-01 18:45:31 +00:00
parent 629a96d9c3
commit 9ef6162f3c

View File

@ -658,8 +658,6 @@ ipmi_lcd_get_platform_model_name (struct ipmi_intf * intf,
uint8_t max_length,
uint8_t field_type)
{
struct ipmi_rs * rsp = NULL;
struct ipmi_rq req = {0};
uint8_t data[4];
IPMI_DELL_LCD_STRING lcdstringblock;
int lcdstring_len = 0;