used. I do not know whether the latter is a bug, so this fix may be wrong,
but it allows trunk to build.
static void parse_logformat(logformat ** logformat_definitions);
static void parse_access_log(customlog ** customlog_definitions);
-#if UNUSED_CODE
static int check_null_access_log(customlog *customlog_definitions);
-#endif
static void dump_logformat(StoreEntry * entry, const char *name, logformat * definitions);
static void dump_access_log(StoreEntry * entry, const char *name, customlog * definitions);
*logs = cl;
}
-#if UNUSED_CODE
static int
check_null_access_log(customlog *customlog_definitions)
{
return customlog_definitions == NULL;
}
-#endif
static void
dump_logformat(StoreEntry * entry, const char *name, logformat * definitions)