Hack to suppress warnings when we finish a different command */
| 92 | |
| 93 | /* Hack to suppress warnings when we finish a different command */ |
| 94 | static void discard_result(struct command_result *ret) |
| 95 | { |
| 96 | } |
| 97 | |
| 98 | /* Returns NULL if it wasn't an error. */ |
| 99 | static struct command_result *handle_error(struct command *cmd, |
no outgoing calls
no test coverage detected