diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 08:01:47 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 08:01:47 +0000 |
commit | 0e80e8f112d265fca32d0f5bbc28ae2d00693b4d (patch) | |
tree | 977e254c900d582134d27bbc302b989502cdf95b /EdkCompatibilityPkg | |
parent | 717656c782c17c63c4af90b66122fee8da74af4e (diff) | |
download | edk2-platforms-0e80e8f112d265fca32d0f5bbc28ae2d00693b4d.tar.xz |
GCC Cleanup: Remove unused typedef.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6580 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/BaseMemoryTest.h | 4 |
1 files changed, 2 insertions, 2 deletions
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;
|