]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg: Remove unused internal structure in PeiCore
authorLiming Gao <liming.gao@intel.com>
Tue, 31 Mar 2015 08:24:58 +0000 (08:24 +0000)
committerlgao4 <lgao4@Edk2>
Tue, 31 Mar 2015 08:24:58 +0000 (08:24 +0000)
commitfa3d30eaca3d11794be64bc1622102b4f90e06f4
tree7bf5d514d29a35a57cb66a1ca65557010d84fcce
parentfce4ecd92cf137d479c0dc97461bec3512e9c98d
MdeModulePkg: Remove unused internal structure in PeiCore

  PeiCore calls REPORT_STATUS_CODE_WITH_EXTENDED_DATA() with its internal structure for Image
  dispatcher. No code consumes it. But, it brings confuse.
  DxeCore and SmmCore calls REPORT_STATUS_CODE_WITH_EXTENDED_DATA()  with Handle only.
  To be consistent, update PeiCore to be same to DxeCore and SmmCore.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17085 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c