summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 05:00:44 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 05:00:44 +0000
commit681b5c23c41b02a7737f9ade9d12144802bd93ce (patch)
tree5291c71d68323f44d5953e649b64a2d4025a72b7 /MdePkg/Include/Uefi
parent11ceade4ba5ea80bfa660ea2c464c50593b9a993 (diff)
downloadedk2-platforms-681b5c23c41b02a7737f9ade9d12144802bd93ce.tar.xz
Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. For now, only DXE core is using this macro.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5835 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiBaseType.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Include/Uefi/UefiBaseType.h b/MdePkg/Include/Uefi/UefiBaseType.h
index 8000d4392d..06f27b3971 100644
--- a/MdePkg/Include/Uefi/UefiBaseType.h
+++ b/MdePkg/Include/Uefi/UefiBaseType.h
@@ -131,8 +131,6 @@ typedef union {
#define EFI_WARN_BUFFER_TOO_SMALL RETURN_WARN_BUFFER_TOO_SMALL
-#define NULL_HANDLE ((VOID *) 0)
-
//
// Define macro to encode the status code.
//