mirror of https://github.com/acidanthera/audk.git
NetworkPkg/IScsiDxe: Remove unused global variables.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1413 Global variables mIScsiDeviceListUpdated and mNumberOfIScsiDevices have never been used, this patch is to clean them. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Songpeng Li <songpeng.li@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
This commit is contained in:
parent
76c23f9e0d
commit
44e5fa81e3
|
@ -15,8 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include "IScsiImpl.h"
|
#include "IScsiImpl.h"
|
||||||
|
|
||||||
CHAR16 mVendorStorageName[] = L"ISCSI_CONFIG_IFR_NVDATA";
|
CHAR16 mVendorStorageName[] = L"ISCSI_CONFIG_IFR_NVDATA";
|
||||||
BOOLEAN mIScsiDeviceListUpdated = FALSE;
|
|
||||||
UINTN mNumberOfIScsiDevices = 0;
|
|
||||||
ISCSI_FORM_CALLBACK_INFO *mCallbackInfo = NULL;
|
ISCSI_FORM_CALLBACK_INFO *mCallbackInfo = NULL;
|
||||||
|
|
||||||
HII_VENDOR_DEVICE_PATH mIScsiHiiVendorDevicePath = {
|
HII_VENDOR_DEVICE_PATH mIScsiHiiVendorDevicePath = {
|
||||||
|
|
Loading…
Reference in New Issue