* Hook disconnection */
| 139 | * Hook disconnection |
| 140 | */ |
| 141 | static int |
| 142 | ngipi_disconnect(hook_p hook) |
| 143 | { |
| 144 | if (NG_NODE_NUMHOOKS(NG_HOOK_NODE(hook)) == 0) |
| 145 | ng_rmnode_self(NG_HOOK_NODE(hook)); |
| 146 | return (0); |
| 147 | } |
nothing calls this directly
no test coverage detected