changeset 18802:edf121ad63ed

8755 loader: remove unused defines from efi.h
author Toomas Soome <tsoome@me.com>
date Thu, 02 Nov 2017 13:25:44 +0200
parents 04f3bb89f6f2
children 4cce1091b47b
files usr/src/boot/sys/boot/efi/include/efi.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/boot/sys/boot/efi/include/efi.h	Tue Oct 31 14:37:38 2017 +0200
+++ b/usr/src/boot/sys/boot/efi/include/efi.h	Thu Nov 02 13:25:44 2017 +0200
@@ -61,10 +61,4 @@
 #include "efipoint.h"
 #include "efiuga.h"
 
-#define EFI_STRINGIZE(a)                #a 
-#define EFI_PROTOCOL_DEFINITION(a)      EFI_STRINGIZE(Protocol/a/a.h) 
-
-#define EFI_GUID_DEFINITION(a) EFI_STRINGIZE(Guid/a/a##.h) 
-#define EFI_GUID_STRING(guidpointer, shortstring, longstring)
-
 #endif