mirror of https://github.com/acidanthera/audk.git
Cleanup unused ReportStatusCodeLib reference.
Signed-off-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14898 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
742d9b3a38
commit
76f9f2e6b0
|
@ -22,7 +22,6 @@
|
|||
#include <Library/PrintLib.h>
|
||||
#include <Library/LocalApicLib.h>
|
||||
#include <Library/PeCoffGetEntryPointLib.h>
|
||||
#include <Library/ReportStatusCodeLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/SynchronizationLib.h>
|
||||
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
SynchronizationLib
|
||||
LocalApicLib
|
||||
PeCoffGetEntryPointLib
|
||||
ReportStatusCodeLib
|
||||
MemoryAllocationLib
|
||||
DebugLib
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
PrintLib
|
||||
LocalApicLib
|
||||
PeCoffGetEntryPointLib
|
||||
ReportStatusCodeLib
|
||||
|
||||
[Ppis]
|
||||
gEfiVectorHandoffInfoPpiGuid
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
SynchronizationLib
|
||||
LocalApicLib
|
||||
PeCoffGetEntryPointLib
|
||||
ReportStatusCodeLib
|
||||
DebugLib
|
||||
|
||||
[Ppis]
|
||||
|
|
Loading…
Reference in New Issue