diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/String.c')
-rw-r--r-- | MdePkg/Library/BaseLib/String.c | 5 |
1 files changed, 0 insertions, 5 deletions
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'.
|