mirror of https://github.com/acidanthera/audk.git
GCC Cleanup: Remove unused typedef.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6580 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
717656c782
commit
0e80e8f112
|
@ -49,9 +49,9 @@ EFI_STATUS
|
|||
OUT EFI_PHYSICAL_ADDRESS * ErrorAddress
|
||||
);
|
||||
|
||||
typedef struct _PEI_BASE_MEMORY_TEST_PPI {
|
||||
struct _PEI_BASE_MEMORY_TEST_PPI {
|
||||
PEI_BASE_MEMORY_TEST BaseMemoryTest;
|
||||
} PEI_BASE_MEMORY_TEST_PPI;
|
||||
};
|
||||
|
||||
extern EFI_GUID gPeiBaseMemoryTestPpiGuid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue