From 9f2c0260b1727ba2f249e5a6f4c07b51e9ce3881 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Fri, 12 Dec 2014 03:19:47 +0000 Subject: MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAttributes(). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16504 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Mem/Page.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MdeModulePkg/Core/Dxe/Mem') diff --git a/MdeModulePkg/Core/Dxe/Mem/Page.c b/MdeModulePkg/Core/Dxe/Mem/Page.c index f4ec48ff67..29354b4399 100644 --- a/MdeModulePkg/Core/Dxe/Mem/Page.c +++ b/MdeModulePkg/Core/Dxe/Mem/Page.c @@ -937,12 +937,6 @@ CoreConvertPages ( @param NumberOfPages The number of pages to convert @param NewAttributes The new attributes value for the range. - @retval EFI_INVALID_PARAMETER Invalid parameter - @retval EFI_NOT_FOUND Could not find a descriptor cover the specified - range or convertion not allowed. - @retval EFI_SUCCESS Successfully converts the memory range to the - specified attributes. - **/ VOID CoreUpdateMemoryAttributes ( -- cgit v1.2.3