From da1b3166226577af5cbcd87b9d35629e28a5a132 Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Mon, 1 Jun 2020 14:47:27 +0900 Subject: [PATCH] Fix build error for coverage Change-Id: I96a2e7506a2ff75fe782ac0a6724adc667a5f230 Signed-off-by: Jihoon Jung --- unittest/include/tct_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/unittest/include/tct_common.h b/unittest/include/tct_common.h index ebe9193..5617478 100755 --- a/unittest/include/tct_common.h +++ b/unittest/include/tct_common.h @@ -209,8 +209,6 @@ bool GetValueForTCTSetting(char* pstrKeyString, char* pstrValue, char* pstrModul fprintf(stdout, "\n" ); \ } while(0) -#endif - #ifdef __cplusplus } #endif -- 2.34.1