diff options
-rw-r--r-- | MdePkg/Include/Protocol/UnicodeCollation.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h index 62b043b..4efa515 100644 --- a/MdePkg/Include/Protocol/UnicodeCollation.h +++ b/MdePkg/Include/Protocol/UnicodeCollation.h @@ -169,9 +169,6 @@ BOOLEAN /// comparisons of Unicode strings.
///
struct _EFI_UNICODE_COLLATION_PROTOCOL {
- //
- // general
- //
EFI_UNICODE_COLLATION_STRICOLL StriColl;
EFI_UNICODE_COLLATION_METAIMATCH MetaiMatch;
EFI_UNICODE_COLLATION_STRLWR StrLwr;
|