From 92a4031fe4d8bbf461d724790a341f7c9e558f1c Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 27 Sep 2017 16:15:32 +0900 Subject: [PATCH] common: disable the PERFORMANCE_TEST configuration There is no needs to enable PERFORMANCE_TEST. Disabled the PERFORMANCE_TEST configuration. Change-Id: I071a1d9402e807cb6b469119a169567a5b26891b Signed-off-by: Jaehoon Chung --- include/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/common.h b/include/common.h index 4f8a332..478e8bf 100644 --- a/include/common.h +++ b/include/common.h @@ -124,7 +124,6 @@ typedef volatile unsigned char vu_char; #define debugX(level,fmt,args...) #endif /* DEBUG */ -#define PERFORMANCE_TEST 1 #ifdef PERFORMANCE_TEST #define performance_debug(fmt,args...) do { \ printf(fmt "++%lu \n", \ -- 2.34.1