Skip to content

Commit 3f83ea3

Browse files
lifeixjren1
authored andcommitted
Remove redefine macro
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
1 parent d6904b4 commit 3f83ea3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hypervisor/lib/sprintf.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939

4040
#define PRINT_STRING_MAX_LEN 4096
4141

42-
/** Command for the emit function: copy string to output. */
43-
#define PRINT_CMD_COPY 0x00000000
44-
45-
/** Command for the emit function: fill output with first character. */
46-
#define PRINT_CMD_FILL 0x00000001
47-
4842
/** Use upper case letters for hexadecimal format. */
4943
#define PRINT_FLAG_UPPER 0x00000001
5044

0 commit comments

Comments
 (0)