diff options
author | Jeff Fan <jeff.fan@intel.com> | 2014-11-06 06:13:22 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2014-11-06 06:13:22 +0000 |
commit | 8fd82c235df3b473c1572081a2b8bb00273bd2d6 (patch) | |
tree | 69647f365b6f7a5e901cef3efe425759876cae25 /UefiCpuPkg | |
parent | b85f57995e010db57dc46be445c444d42a8939f2 (diff) | |
download | edk2-platforms-8fd82c235df3b473c1572081a2b8bb00273bd2d6.tar.xz |
Remove un-used PPI reference.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16303 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r-- | UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf index 0718afee72..85e01aad1e 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf @@ -59,6 +59,3 @@ PeCoffGetEntryPointLib
MemoryAllocationLib
DebugLib
-
-[Ppis]
- gEfiVectorHandoffInfoPpiGuid
|