diff options
Diffstat (limited to 'MdePkg/Library/BasePcdLibNull/PcdLib.c')
-rw-r--r-- | MdePkg/Library/BasePcdLibNull/PcdLib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdePkg/Library/BasePcdLibNull/PcdLib.c b/MdePkg/Library/BasePcdLibNull/PcdLib.c index 926d82ff3f..669af6484a 100644 --- a/MdePkg/Library/BasePcdLibNull/PcdLib.c +++ b/MdePkg/Library/BasePcdLibNull/PcdLib.c @@ -704,8 +704,6 @@ LibPcdSetExBool ( @param[in] NotificationFunction The function to call when the token
specified by Guid and TokenNumber is set.
- @retval VOID
-
**/
VOID
EFIAPI
@@ -728,8 +726,6 @@ LibPcdCallbackOnSet ( @param[in] TokenNumber Specify the token number.
@param[in] NotificationFunction The callback function to be unregistered.
- @retval VOID
-
**/
VOID
EFIAPI
|