From 44c8b896ab720b14fd94ce18f6fcc2f5da75cf4c Mon Sep 17 00:00:00 2001 From: qwang12 Date: Mon, 26 May 2008 01:29:05 +0000 Subject: Remove the obsolete comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5288 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h | 2 -- MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h | 2 -- MdeModulePkg/Library/GenericBdsLib/x64/BmMachine.h | 2 -- 3 files changed, 6 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h b/MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h index 1eba5c8122..aee7f761f0 100644 --- a/MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h +++ b/MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h @@ -15,8 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _BM_MACHINE_H #define _BM_MACHINE_H -//@MT:#include "CpuIA32.h" - #define DEFAULT_REMOVABLE_FILE_NAME L"\\EFI\\BOOT\\BOOTIA32.EFI" #endif diff --git a/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h b/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h index 399c02fec2..e9e99ad4c5 100644 --- a/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h +++ b/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h @@ -15,8 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _BM_MACHINE_H #define _BM_MACHINE_H -//@MT:#include "CpuIA64.h" - #define DEFAULT_REMOVABLE_FILE_NAME L"\\EFI\\BOOT\\BOOTIA64.EFI" #endif diff --git a/MdeModulePkg/Library/GenericBdsLib/x64/BmMachine.h b/MdeModulePkg/Library/GenericBdsLib/x64/BmMachine.h index 530976c141..7008cb4b4f 100644 --- a/MdeModulePkg/Library/GenericBdsLib/x64/BmMachine.h +++ b/MdeModulePkg/Library/GenericBdsLib/x64/BmMachine.h @@ -15,8 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _BM_MACHINE_H #define _BM_MACHINE_H -//@MT:#include "CpuIA32.h" - #define DEFAULT_REMOVABLE_FILE_NAME L"\\EFI\\BOOT\\BOOTX64.EFI" #endif -- cgit v1.2.3