From 193942bb216a3c220dca7d5730b8d561c9f16857 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 18 Nov 2008 08:02:02 +0000 Subject: GCC Cleanup: Remove unused typedef. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6581 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h b/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h index a24c5b037a..5eb12e9594 100644 --- a/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h +++ b/EdkCompatibilityPkg/Foundation/Ppi/FlashMap/FlashMap.h @@ -50,9 +50,9 @@ EFI_STATUS // // PEI_FLASH_MAP_PPI // -typedef struct _PEI_FLASH_MAP_PPI { +struct _PEI_FLASH_MAP_PPI { PEI_GET_FLASH_AREA_INFO GetAreaInfo; -} PEI_FLASH_MAP_PPI; +}; extern EFI_GUID gPeiFlashMapPpiGuid; -- cgit v1.2.3