diff options
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseLib/LinkedList.c | 3 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Math64.c | 3 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/String.c | 5 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/SwitchStack.c | 3 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Synchronization.c | 3 |
5 files changed, 0 insertions, 17 deletions
diff --git a/MdePkg/Library/BaseLib/LinkedList.c b/MdePkg/Library/BaseLib/LinkedList.c index 6f0d5c9534..d0d518a1e9 100644 --- a/MdePkg/Library/BaseLib/LinkedList.c +++ b/MdePkg/Library/BaseLib/LinkedList.c @@ -12,9 +12,6 @@ **/
-
-
-
#include "BaseLibInternals.h"
/**
diff --git a/MdePkg/Library/BaseLib/Math64.c b/MdePkg/Library/BaseLib/Math64.c index 6c5f732033..0b127c70b1 100644 --- a/MdePkg/Library/BaseLib/Math64.c +++ b/MdePkg/Library/BaseLib/Math64.c @@ -13,9 +13,6 @@ **/
-
-
-
#include "BaseLibInternals.h"
/**
diff --git a/MdePkg/Library/BaseLib/String.c b/MdePkg/Library/BaseLib/String.c index d292c5852a..d3fbd3e736 100644 --- a/MdePkg/Library/BaseLib/String.c +++ b/MdePkg/Library/BaseLib/String.c @@ -12,9 +12,6 @@ **/
-
-
-
#include "BaseLibInternals.h"
#define QUOTIENT_MAX_UINTN_DIVIDED_BY_10 ((UINTN) -1 / 10)
@@ -504,7 +501,6 @@ StrStr ( decimal character. The valid decimal character is from
L'0' to L'9'.
-
@param Char The character to check against.
@retval TRUE If the Char is a decmial character.
@@ -529,7 +525,6 @@ InternalIsDecimalDigitCharacter ( L'a' to L'z'. For other Unicode character, the input character
is returned directly.
-
@param Char The character to convert.
@retval LowerCharacter If the Char is with range L'a' to L'z'.
diff --git a/MdePkg/Library/BaseLib/SwitchStack.c b/MdePkg/Library/BaseLib/SwitchStack.c index b2a4af683b..e247e94857 100644 --- a/MdePkg/Library/BaseLib/SwitchStack.c +++ b/MdePkg/Library/BaseLib/SwitchStack.c @@ -12,9 +12,6 @@ **/
-
-
-
#include <BaseLibInternals.h>
/**
diff --git a/MdePkg/Library/BaseLib/Synchronization.c b/MdePkg/Library/BaseLib/Synchronization.c index 61808e7d85..1a95026a79 100644 --- a/MdePkg/Library/BaseLib/Synchronization.c +++ b/MdePkg/Library/BaseLib/Synchronization.c @@ -12,9 +12,6 @@ **/
-
-
-
#include "BaseLibInternals.h"
#define SPIN_LOCK_RELEASED ((UINTN) 1)
|