mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...)
This commit is contained in:
committed by
Christian Decker
parent
2ab274595e
commit
d873bf60bf
@@ -153,7 +153,7 @@ void json_add_hex(struct json_result *result UNNEEDED, const char *fieldname UNN
|
||||
const void *data UNNEEDED, size_t len UNNEEDED)
|
||||
{ fprintf(stderr, "json_add_hex called!\n"); abort(); }
|
||||
/* Generated stub for json_add_log */
|
||||
void json_add_log(struct json_result *result UNNEEDED, const char *fieldname UNNEEDED,
|
||||
void json_add_log(struct json_result *result UNNEEDED,
|
||||
const struct log_book *lr UNNEEDED, enum log_level minlevel UNNEEDED)
|
||||
{ fprintf(stderr, "json_add_log called!\n"); abort(); }
|
||||
/* Generated stub for json_add_num */
|
||||
|
||||
Reference in New Issue
Block a user