mirror of https://github.com/acidanthera/audk.git
Clean up unused data type - BOOL.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> Reviewed-by: "Zhang, Chao B" <chao.b.zhang@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18221 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d6da3fb0b2
commit
6aeb75980f
MdePkg/Include/IndustryStandard
|
@ -147,7 +147,6 @@ typedef UINT64 CONTEXT_COUNTER;
|
|||
|
||||
// Table 3 - Definition of Base Types
|
||||
typedef UINT8 BYTE;
|
||||
typedef UINT8 BOOL;
|
||||
|
||||
// Table 4 - Definition of Types for Documentation Clarity
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue