diff options
author | tye <tye@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-27 02:45:43 +0000 |
---|---|---|
committer | tye <tye@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-10-27 02:45:43 +0000 |
commit | 3cf888f5f90526fa0d613c2a1486e0c1f416bd67 (patch) | |
tree | 24a2ec96c0500db97348df9c16f1f9b7067281b0 /MdeModulePkg/Include | |
parent | fb115c61504fe6c4f94be0a87f75e28e1684657f (diff) | |
download | edk2-platforms-3cf888f5f90526fa0d613c2a1486e0c1f416bd67.tar.xz |
Fix the EBC build problem in DxeIpIoLib of r9374.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9375 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/IpIoLib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/IpIoLib.h b/MdeModulePkg/Include/Library/IpIoLib.h index a27487f7e5..2f6f1e8f53 100644 --- a/MdeModulePkg/Include/Library/IpIoLib.h +++ b/MdeModulePkg/Include/Library/IpIoLib.h @@ -121,7 +121,6 @@ typedef enum { /// The helper struct for IpIoGetIcmpErrStatus(). It is for internal use only.
///
typedef struct {
- EFI_STATUS Error;
BOOLEAN IsHard;
BOOLEAN Notify;
} ICMP_ERROR_INFO;
|