Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...)

This commit is contained in:
practicalswift
2018-02-21 16:53:24 +01:00
committed by Christian Decker
parent 2ab274595e
commit d873bf60bf
4 changed files with 5 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ const tal_t *ltmp;
void NORETURN PRINTF_FMT(1,2) fatal(const char *fmt, ...);
/* Adds an array showing log entries */
void json_add_log(struct json_result *result, const char *fieldname,
void json_add_log(struct json_result *result,
const struct log_book *lr, enum log_level minlevel);
bool json_tok_loglevel(const char *buffer, const jsmntok_t *tok,