summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeCoreHobLib/InternalHobLib.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-22 07:06:49 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-22 07:06:49 +0000
commit6812ef9feaa052ba669bccd43cd22238240d049d (patch)
tree812963c7df165f0d145cb9040ff02c09824cbd2b /MdePkg/Library/DxeCoreHobLib/InternalHobLib.h
parent36a975ddbd95717401fb2efbfdd78ff887aba7f5 (diff)
downloadedk2-platforms-6812ef9feaa052ba669bccd43cd22238240d049d.tar.xz
Update Hob Instance to remove the unused InternalHobLib.h file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5710 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeCoreHobLib/InternalHobLib.h')
-rw-r--r--MdePkg/Library/DxeCoreHobLib/InternalHobLib.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/MdePkg/Library/DxeCoreHobLib/InternalHobLib.h b/MdePkg/Library/DxeCoreHobLib/InternalHobLib.h
deleted file mode 100644
index 8d29da179c..0000000000
--- a/MdePkg/Library/DxeCoreHobLib/InternalHobLib.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/** @file
- Internal include file of DXE Entry Point HOB Library.
-
- Copyright (c) 2006 - 2007, Intel Corporation
- All rights reserved. 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.
-
-**/
-
-#ifndef __DXE_ENTRY_POINT_HOB_LIB_H__
-#define __DXE_ENTRY_POINT_HOB_LIB_H__
-
-extern VOID *gHobList;
-
-#endif