mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
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
This commit is contained in:
parent
82b8c8df07
commit
4e498a0f27
@ -64,8 +64,6 @@ typedef struct {
|
|||||||
LIST_ENTRY OpenList; // OPEN_PROTOCOL_DATA list.
|
LIST_ENTRY OpenList; // OPEN_PROTOCOL_DATA list.
|
||||||
UINTN OpenListCount;
|
UINTN OpenListCount;
|
||||||
|
|
||||||
EFI_HANDLE ControllerHandle;
|
|
||||||
|
|
||||||
} PROTOCOL_INTERFACE;
|
} PROTOCOL_INTERFACE;
|
||||||
|
|
||||||
#define OPEN_PROTOCOL_DATA_SIGNATURE EFI_SIGNATURE_32('p','o','d','l')
|
#define OPEN_PROTOCOL_DATA_SIGNATURE EFI_SIGNATURE_32('p','o','d','l')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user