mirror of https://github.com/acidanthera/audk.git
IntelFrameworkModulePkg LegacyBiosDxe: Remove redundant LibraryClasses
The redundant LibraryClasses which are PeCoffLib and CacheMaintenanceLib have been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1063 Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei <shenglei.zhang@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
0ef7320e27
commit
ebad1c5e0a
|
@ -72,8 +72,6 @@
|
|||
DxeServicesTableLib
|
||||
PcdLib
|
||||
ReportStatusCodeLib
|
||||
PeCoffLib
|
||||
CacheMaintenanceLib
|
||||
DebugAgentLib
|
||||
|
||||
[LibraryClasses.IA32]
|
||||
|
|
|
@ -63,8 +63,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/PcdLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/DxeServicesTableLib.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/CacheMaintenanceLib.h>
|
||||
#include <Library/DebugAgentLib.h>
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue