summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c41
1 files changed, 0 insertions, 41 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c
deleted file mode 100644
index 903ca4dc56..0000000000
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/IdtDumb.c
+++ /dev/null
@@ -1,41 +0,0 @@
-/*++
-
-Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>
-This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-
-Module Name:
-
- IdtDumb.c
-
-Abstract:
-
---*/
-
-#include "Tiano.h"
-
-UINTN
-ReadIdtBase (
- VOID
- )
-{
-
- return 0;
-}
-
-
-VOID
-UpdateIdt (
- UINT32 IdtBase,
- UINT16 IdtLimit
- )
-{
- return;
-}
-