From: qwang12 Date: Tue, 18 Nov 2008 08:01:47 +0000 (+0000) Subject: GCC Cleanup: Remove unused typedef. X-Git-Tag: edk2-stable201903~19665 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=0e80e8f112d265fca32d0f5bbc28ae2d00693b4d GCC Cleanup: Remove unused typedef. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6580 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h b/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h index 23412d29bd..32e470160e 100644 --- a/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h +++ b/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h @@ -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;