We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c1025 + 30d468b commit 8fc78c3Copy full SHA for 8fc78c3
1 file changed
src/zlog.c
@@ -620,14 +620,6 @@ int zlog_level_switch(zlog_category_t * category, int level)
620
return 0;
621
}
622
623
-/*******************************************************************************/
624
-int zlog_level_enabled(zlog_category_t * category, int level)
625
-{
626
- if (category && zlog_category_needless_level(category, level)) return -1;
627
-
628
- return 0;
629
-}
630
631
/*******************************************************************************/
632
void vzlog(zlog_category_t * category,
633
const char *file, size_t filelen,
0 commit comments