Browse Source

This typedef is already defined with the structure and can
generate an error ("typedef redefinition is only available
in C11") with Clang.

Signed-off-by: Pete Batard <pete@akeo.ie>
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>

Nigel Croxon 8 năm trước cách đây
mục cha
commit
08b72e8d99
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      inc/efiprot.h

+ 0 - 1
inc/efiprot.h

@@ -827,7 +827,6 @@ typedef struct _EFI_UNICODE_COLLATION_PROTOCOL {
     CHAR8                               *SupportedLanguages;
 } EFI_UNICODE_COLLATION_PROTOCOL;
 
-typedef struct _EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL;
 typedef EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_INTERFACE;
 
 /* Graphics output protocol */