Skip to content

Commit ff701b7

Browse files
committed
Remove duplicating declaration of util_log_init
1 parent cd8794b commit ff701b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/utils_log.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ void util_plog(util_log_level_t level, const char *format, ...)
4545
__attribute__((format(printf, 2, 3)));
4646
#endif
4747

48-
void util_log_init(void);
49-
5048
#ifdef __cplusplus
5149
}
5250
#endif

0 commit comments

Comments
 (0)