diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-27 03:34:28 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-27 03:34:28 +0000 |
commit | 2d0beb94f8c8364f64506f98acb6300369d8cd80 (patch) | |
tree | e1773a5f73c6ad0e15dafe1f90e573f571ee7a44 | |
parent | 84b5c78e89686879f799a4cd095eeef83ff7cf34 (diff) | |
download | edk2-platforms-2d0beb94f8c8364f64506f98acb6300369d8cd80.tar.xz |
Make IntelFrameworkPkg GCC+IA32 clean.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3712 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/FrameworkHii.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index ae3d3799d8..9f84120a69 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h @@ -77,7 +77,6 @@ typedef struct _EFI_HII_PROTOCOL EFI_HII_PROTOCOL; //
// The following types are currently defined:
//
-typedef UINT16 EFI_FORM_ID;
typedef UINT16 EFI_FORM_LABEL;
#pragma pack(1)
|