mirror of https://github.com/acidanthera/audk.git
Clean up to remove unreferenced data structure
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7599 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cebfa89949
commit
440ceebd78
|
@ -735,15 +735,6 @@ InternalX86DisablePaging64 (
|
|||
// IPF specific functions
|
||||
//
|
||||
|
||||
//
|
||||
// Structure definition for look up table.
|
||||
//
|
||||
typedef struct {
|
||||
UINT64 Index;
|
||||
UINT64 (*Function) (VOID);
|
||||
} REGISTER_ENTRY;
|
||||
|
||||
|
||||
/**
|
||||
Reads control register DCR.
|
||||
|
||||
|
|
Loading…
Reference in New Issue