summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-05-21 03:21:53 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-05-21 03:21:53 +0000
commit76f407a69e668c8407ea736e2e3d9df07e046dc8 (patch)
treee1dc25ed36fcb8c95b40e3b882cc74ed4fe1daf8 /MdePkg/Include
parent15b9277fb809fa3632774deb2b94eb27333bbc30 (diff)
downloadedk2-platforms-76f407a69e668c8407ea736e2e3d9df07e046dc8.tar.xz
Remove some unnecessary #if/#ifdef from some header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2598 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Protocol/IP4.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/IP4.h b/MdePkg/Include/Protocol/IP4.h
index 5a6ab5976b..571c534a5a 100644
--- a/MdePkg/Include/Protocol/IP4.h
+++ b/MdePkg/Include/Protocol/IP4.h
@@ -83,13 +83,8 @@ typedef struct {
#pragma pack(1)
typedef struct {
-#ifdef EFI_NET_LITTLE_ENDIAN
UINT8 HeaderLength:4;
UINT8 Version:4;
-#else
- UINT8 Version:4;
- UINT8 HeaderLength:4;
-#endif
UINT8 TypeOfService;
UINT16 TotalLength;
UINT16 Identification;