diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 07:04:13 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 07:04:13 +0000 |
commit | 440ceebd78d4cff97fa0c6ddbb9254c0a26bf122 (patch) | |
tree | bd89d1c04e8477311bc73b657de8b2a6a056007d /MdePkg/Library | |
parent | cebfa8994972c1f18125a5ca6ba6934c85f39c97 (diff) | |
download | edk2-platforms-440ceebd78d4cff97fa0c6ddbb9254c0a26bf122.tar.xz |
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
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseLib/BaseLibInternals.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLibInternals.h b/MdePkg/Library/BaseLib/BaseLibInternals.h index 19ed01beda..1c166b7c84 100644 --- a/MdePkg/Library/BaseLib/BaseLibInternals.h +++ b/MdePkg/Library/BaseLib/BaseLibInternals.h @@ -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.
|