| 1789 | } |
| 1790 | |
| 1791 | static void destroy_plugin_timer(struct plugin_timer *timer, struct plugin *p) |
| 1792 | { |
| 1793 | timer_del(&p->timers, &timer->timer); |
| 1794 | } |
| 1795 | |
| 1796 | static struct plugin_timer *new_timer(const tal_t *ctx, |
| 1797 | struct plugin *p, |
nothing calls this directly
no test coverage detected