X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftimer%2Ftimer.c;h=91f46393958acef5b6e9dc10968f14344b35ab5d;hp=c55e23dd21cf287d64b6d1ce6482b7cf0d33df9d;hb=f08b8139fc7370224c59bc3178b887810b98592b;hpb=4ba104904176bc059167757c10d461703b6b06dc 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); }