Skip to content

Commit bce7f85

Browse files
committed
[components/utilities/utest] 移除不那么必要的日志接口 redefine
Signed-off-by: MurphyZhao <[email protected]>
1 parent 98b1087 commit bce7f85

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

components/utilities/utest/utest.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,6 @@ typedef struct utest_tc_export *utest_tc_export_t;
8080
*/
8181
typedef void (*test_unit_func)(void);
8282

83-
/**
84-
* TC_LOG_x
85-
*
86-
* @brief Log output interface used in test cases.
87-
*
88-
* @type TC_LOG_I Output info level log.
89-
* @type TC_LOG_D Output debug level log.
90-
* @type TC_LOG_E Output error level log.
91-
* @type TC_LOG_W Output warning level log.
92-
*
93-
*/
94-
#define TC_LOG_I(...) LOG_I(__VA_ARGS__)
95-
#define TC_LOG_D(...) LOG_D(__VA_ARGS__)
96-
#define TC_LOG_E(...) LOG_E(__VA_ARGS__)
97-
#define TC_LOG_W(...) LOG_W(__VA_ARGS__)
98-
9983
/**
10084
* utest_unit_run
10185
*

0 commit comments

Comments
 (0)