mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
common: cleanup unsused parameter in timer_expired()
This commit is contained in:
committed by
Rusty Russell
parent
f936fa926f
commit
605fda7214
@@ -36,7 +36,7 @@ void *reltimer_arg(struct oneshot *t)
|
||||
return t->arg;
|
||||
}
|
||||
|
||||
void timer_expired(tal_t *ctx, struct timer *timer)
|
||||
void timer_expired(struct timer *timer)
|
||||
{
|
||||
struct oneshot *t = container_of(timer, struct oneshot, timer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user