| 236 | |
| 237 | |
| 238 | void my_handler_error_unregister(void) |
| 239 | { |
| 240 | my_error_unregister(HA_ERR_FIRST, |
| 241 | HA_ERR_FIRST+ array_elements(handler_error_messages)-1); |
| 242 | } |
| 243 | |
| 244 | int main(int argc,char *argv[]) |
| 245 | { |
nothing calls this directly
no test coverage detected