diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c index 064ea1190e..c97d1b85da 100644 --- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c @@ -396,8 +396,6 @@ CoreTrust ( will be called, and when the Bds() exits the Dispatcher will be called again. - NONE - @retval EFI_ALREADY_STARTED The DXE Dispatcher is already running @retval EFI_NOT_FOUND No DXE Drivers were dispatched @retval EFI_SUCCESS One or more DXE Drivers were dispatched diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h index 9cbcbaeb21..3bddae84f3 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.h +++ b/MdeModulePkg/Core/Dxe/DxeMain.h @@ -1828,16 +1828,10 @@ CoreGetIoSpaceMap ( will be called, and when the Bds() exits the Dispatcher will be called again. - NONE - @retval EFI_ALREADY_STARTED The DXE Dispatcher is already running @retval EFI_NOT_FOUND No DXE Drivers were dispatched @retval EFI_SUCCESS One or more DXE Drivers were dispatched -**/ -EFI_DXESERVICE -/** - **/ EFI_STATUS EFIAPI @@ -1858,10 +1852,6 @@ CoreDispatcher ( @retval EFI_NOT_FOUND The DriverName does not exist or it's SOR bit was not set. -**/ -EFI_DXESERVICE -/** - **/ EFI_STATUS EFIAPI @@ -1882,10 +1872,6 @@ CoreSchedule ( it was promoted to the trusted state. @retval EFI_NOT_FOUND The file was not found in the untrusted state. -**/ -EFI_DXESERVICE -/** - **/ EFI_STATUS EFIAPI