Signed-off-by: Erez Zilber <[EMAIL PROTECTED]> --- utils/fwparam_ibft/fw_entry.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---
From d68940f71fa21b15d8767d78b26ffa143ae43333 Mon Sep 17 00:00:00 2001 From: Erez Zilber <[EMAIL PROTECTED]> Date: Wed, 22 Oct 2008 12:00:00 +0200 Subject: [PATCH] rm unused variable in fw_entry.c Signed-off-by: Erez Zilber <[EMAIL PROTECTED]> --- utils/fwparam_ibft/fw_entry.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/utils/fwparam_ibft/fw_entry.c b/utils/fwparam_ibft/fw_entry.c index 915bbb7..fbfa3dd 100644 --- a/utils/fwparam_ibft/fw_entry.c +++ b/utils/fwparam_ibft/fw_entry.c @@ -38,8 +38,6 @@ int fw_get_entry(struct boot_context *context, const char *filepath) */ static void dump_mac(struct boot_context *context) { - int i; - if (!strlen(context->mac)) return; -- 1.5.6.1