| 1623 | } |
| 1624 | |
| 1625 | static void |
| 1626 | ng_rmhook_part2(node_p node, hook_p hook, void *arg1, int arg2) |
| 1627 | { |
| 1628 | ng_destroy_hook(hook); |
| 1629 | return ; |
| 1630 | } |
| 1631 | |
| 1632 | int |
| 1633 | ng_rmhook_self(hook_p hook) |
nothing calls this directly
no test coverage detected