diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-26 01:29:05 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-26 01:29:05 +0000 |
commit | 44c8b896ab720b14fd94ce18f6fcc2f5da75cf4c (patch) | |
tree | 8dca78551ed264f51639a558bd17eb935e7b688c /MdeModulePkg/Library/GenericBdsLib | |
parent | 30d27d154232c477e1401cd9efa983485aac84d8 (diff) | |
download | edk2-platforms-44c8b896ab720b14fd94ce18f6fcc2f5da75cf4c.tar.xz |
Remove the obsolete comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5288 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/GenericBdsLib')
-rw-r--r-- | MdeModulePkg/Library/GenericBdsLib/Ia32/BmMachine.h | 2 | ||||
-rw-r--r-- | MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h | 2 | ||||
-rw-r--r-- | MdeModulePkg/Library/GenericBdsLib/x64/BmMachine.h | 2 |
3 files changed, 0 insertions, 6 deletions
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
|