summaryrefslogtreecommitdiffstats
path: root/src/image
diff options
context:
space:
mode:
authorMichael Brown2014-08-06 00:07:12 +0200
committerMichael Brown2014-08-06 00:08:32 +0200
commit3b42ed477f21ee3f5851dc2993ea670e9edc10f7 (patch)
tree4123be2ce024110174234f82e6a6bddd414fd86e /src/image
parent[efi] Reset multicast filter list when setting SNP receive filters (diff)
downloadipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.tar.gz
ipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.tar.xz
ipxe-3b42ed477f21ee3f5851dc2993ea670e9edc10f7.zip
[efi] Provide centralised definitions of commonly-used GUIDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/image')
-rw-r--r--src/image/efi_image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/image/efi_image.c b/src/image/efi_image.c
index 45a68e53..f5ce102f 100644
--- a/src/image/efi_image.c
+++ b/src/image/efi_image.c
@@ -52,10 +52,6 @@ FEATURE ( FEATURE_IMAGE, "EFI", DHCP_EB_FEATURE_EFI, 1 );
"Could not start image" )
#define EEFI_START( efirc ) EPLATFORM ( EINFO_EEFI_START, efirc )
-/** EFI loaded image protocol GUID */
-static EFI_GUID efi_loaded_image_protocol_guid =
- EFI_LOADED_IMAGE_PROTOCOL_GUID;
-
/**
* Create device path for image
*