diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-25 07:21:24 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-25 07:21:24 +0000 |
commit | af823bdc0729e0f11d1c8a87eb7e9e2da6388446 (patch) | |
tree | 608d2b8b0e3194f59b36d82b68d971159a078ca5 | |
parent | 0a779dbfd0366e65c27139269ad1c01b4a57b68b (diff) | |
download | edk2-platforms-af823bdc0729e0f11d1c8a87eb7e9e2da6388446.tar.xz |
Clean up the unused macro.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4951 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Include/Library/GenericBdsLib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/GenericBdsLib.h b/MdeModulePkg/Include/Library/GenericBdsLib.h index 9e358ddf65..3534722ee8 100644 --- a/MdeModulePkg/Include/Library/GenericBdsLib.h +++ b/MdeModulePkg/Include/Library/GenericBdsLib.h @@ -22,8 +22,6 @@ Abstract: #ifndef _GENERIC_BDS_LIB_H_
#define _GENERIC_BDS_LIB_H_
-#define PI_SPECIFICATION_VERSION 0x00010000
-
#include <PiDxe.h>
#include <Protocol/HiiDatabase.h>
#include <IndustryStandard/PeImage.h>
|