From 3f83ea3add2ff5f3c44999ff629780cfa08b0795 Mon Sep 17 00:00:00 2001 From: "Li, Fei1" Date: Thu, 22 Mar 2018 00:21:54 +0800 Subject: [PATCH] Remove redefine macro Signed-off-by: Li, Fei1 --- hypervisor/lib/sprintf.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hypervisor/lib/sprintf.c b/hypervisor/lib/sprintf.c index fcc890ff2..1feb113ea 100644 --- a/hypervisor/lib/sprintf.c +++ b/hypervisor/lib/sprintf.c @@ -39,12 +39,6 @@ #define PRINT_STRING_MAX_LEN 4096 -/** Command for the emit function: copy string to output. */ -#define PRINT_CMD_COPY 0x00000000 - -/** Command for the emit function: fill output with first character. */ -#define PRINT_CMD_FILL 0x00000001 - /** Use upper case letters for hexadecimal format. */ #define PRINT_FLAG_UPPER 0x00000001