mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
unit-test: update mocks
This commit is contained in:
parent
123166790f
commit
d30b1c8dc2
3 changed files with 2 additions and 5 deletions
|
@ -84,9 +84,6 @@ const char *log_level_name(enum log_level level UNNEEDED)
|
|||
bool log_level_parse(const char *levelstr UNNEEDED, size_t len UNNEEDED,
|
||||
enum log_level *level UNNEEDED)
|
||||
{ fprintf(stderr, "log_level_parse called!\n"); abort(); }
|
||||
/* Generated stub for node_id_to_hexstr */
|
||||
char *node_id_to_hexstr(const tal_t *ctx UNNEEDED, const struct node_id *id UNNEEDED)
|
||||
{ fprintf(stderr, "node_id_to_hexstr called!\n"); abort(); }
|
||||
/* Generated stub for notify_log */
|
||||
void notify_log(struct lightningd *ld UNNEEDED, const struct log_entry *l UNNEEDED)
|
||||
{ fprintf(stderr, "notify_log called!\n"); abort(); }
|
||||
|
|
Loading…
Add table
Reference in a new issue