diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 13:51:42 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 13:51:42 +0000 |
commit | 1cf0d9d647288a4021861a24376058d701aa77c7 (patch) | |
tree | 573716b151d32fa155f851084f070611bfa982dd /MdePkg/Library | |
parent | d976bf31d460f5e44a2e68f01607dad6844c6ad8 (diff) | |
download | edk2-platforms-1cf0d9d647288a4021861a24376058d701aa77c7.tar.xz |
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6143 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/DxePcdLib/DxePcdLib.c | 5 |
1 files changed, 0 insertions, 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
|