summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-18 08:39:05 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-18 08:39:05 +0000
commit4e498a0f27018b1b8d0afe90a372212572eb3978 (patch)
treed707b25659e4215a7cab8131761ef7b431c690f4 /MdeModulePkg/Core/Dxe
parent82b8c8df0763d3ce93281d489e512bee12068873 (diff)
downloadedk2-platforms-4e498a0f27018b1b8d0afe90a372212572eb3978.tar.xz
Remove an unreferenced field in PROTOCOL_INTERFACE data structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5670 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe')
-rw-r--r--MdeModulePkg/Core/Dxe/Hand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Hand.h b/MdeModulePkg/Core/Dxe/Hand.h
index b187336ba0..fb2d017fdd 100644
--- a/MdeModulePkg/Core/Dxe/Hand.h
+++ b/MdeModulePkg/Core/Dxe/Hand.h
@@ -64,8 +64,6 @@ typedef struct {
LIST_ENTRY OpenList; // OPEN_PROTOCOL_DATA list.
UINTN OpenListCount;
- EFI_HANDLE ControllerHandle;
-
} PROTOCOL_INTERFACE;
#define OPEN_PROTOCOL_DATA_SIGNATURE EFI_SIGNATURE_32('p','o','d','l')