diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-25 04:56:53 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-25 04:56:53 +0000 |
commit | e389c39b7b6e0fcf4ca6f4ef5fefcf500f7be2d1 (patch) | |
tree | 89731227982ccf65a51bae790a766de778de45b8 /MdePkg/Library/BasePrintLib/PrintLibInternal.h | |
parent | 30ab8a129635887190616b898e6a61b6145f6012 (diff) | |
download | edk2-e389c39b7b6e0fcf4ca6f4ef5fefcf500f7be2d1.tar.gz edk2-e389c39b7b6e0fcf4ca6f4ef5fefcf500f7be2d1.tar.bz2 edk2-e389c39b7b6e0fcf4ca6f4ef5fefcf500f7be2d1.zip |
Clean up code according to code review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5986 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePrintLib/PrintLibInternal.h')
-rw-r--r-- | MdePkg/Library/BasePrintLib/PrintLibInternal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdePkg/Library/BasePrintLib/PrintLibInternal.h b/MdePkg/Library/BasePrintLib/PrintLibInternal.h index 704842a716..417d3e60f0 100644 --- a/MdePkg/Library/BasePrintLib/PrintLibInternal.h +++ b/MdePkg/Library/BasePrintLib/PrintLibInternal.h @@ -24,14 +24,10 @@ //
// Print primitives
//
-//#define LEFT_JUSTIFY 0x01
#define PREFIX_SIGN 0x02
#define PREFIX_BLANK 0x04
-//#define COMMA_TYPE 0x08
#define LONG_TYPE 0x10
-//#define PREFIX_ZERO 0x20
#define OUTPUT_UNICODE 0x40
-//#define RADIX_HEX 0x80
#define FORMAT_UNICODE 0x100
#define PAD_TO_WIDTH 0x200
#define ARGUMENT_UNICODE 0x400
|