X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftimer%2Ftimer.c;h=91f46393958acef5b6e9dc10968f14344b35ab5d;hb=996d4d12ddd52de579b5026bfbe9c65e26f6c698;hp=c55e23dd21cf287d64b6d1ce6482b7cf0d33df9d;hpb=4ba104904176bc059167757c10d461703b6b06dc;p=ccan diff --git a/ccan/timer/timer.c b/ccan/timer/timer.c index c55e23dd..91f46393 100644 --- a/ccan/timer/timer.c +++ b/ccan/timer/timer.c @@ -114,7 +114,7 @@ void timer_addmono(struct timers *timers, struct timer *t, struct timemono when) } /* FIXME: inline */ -void timer_del(struct timers *timers, struct timer *t) +void timer_del(struct timers *timers UNNEEDED, struct timer *t) { list_del_init(&t->list); }