From 1cf0d9d647288a4021861a24376058d701aa77c7 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 20 Oct 2008 13:51:42 +0000 Subject: [PATCH] Fix ECC issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6143 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/DxePcdLib/DxePcdLib.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.c b/MdePkg/Library/DxePcdLib/DxePcdLib.c index 43dcf90793..b2e09af565 100644 --- a/MdePkg/Library/DxePcdLib/DxePcdLib.c +++ b/MdePkg/Library/DxePcdLib/DxePcdLib.c @@ -816,9 +816,6 @@ LibPcdSetExBool ( @param[in] TokenNumber The PCD token number to monitor. @param[in] NotificationFunction The function to call when the token specified by Guid and TokenNumber is set. - - @retval VOID - **/ VOID EFIAPI @@ -850,8 +847,6 @@ LibPcdCallbackOnSet ( @param[in] TokenNumber Specify the token number. @param[in] NotificationFunction The callback function to be unregistered. - @retval VOID - **/ VOID EFIAPI -- 2.39.2