diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-14 10:13:17 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-14 10:13:17 +0000 |
commit | be5b2ad58bbaaff4293bd8377db86f342b8d7f85 (patch) | |
tree | ffe9e6eee76162c03fef1326bcb83e5d53f688d7 | |
parent | 20bec55b4e538c3c9013ba39b647f0f35e021e71 (diff) | |
download | edk2-platforms-be5b2ad58bbaaff4293bd8377db86f342b8d7f85.tar.xz |
gEfiCallerIdGuid is defined in Autogen.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3638 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Library/ReportStatusCodeLib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/ReportStatusCodeLib.h b/MdePkg/Include/Library/ReportStatusCodeLib.h index 626ad11e28..2dfa8f839b 100644 --- a/MdePkg/Include/Library/ReportStatusCodeLib.h +++ b/MdePkg/Include/Library/ReportStatusCodeLib.h @@ -28,11 +28,6 @@ // Extended Data structure definitions with EFI_STATUS_CODE_DATA headers removed
//
-//
-// Extern for the modules Caller ID GUID
-//
-extern EFI_GUID gEfiCallerIdGuid;
-
/**
Converts a status code to an 8-bit POST code value.
|