Hack to suppress warnings when we finish a different command */
| 67 | |
| 68 | /* Hack to suppress warnings when we finish a different command */ |
| 69 | static void discard_result(struct command_result *ret) |
| 70 | { |
| 71 | } |
| 72 | |
| 73 | /* Returns NULL if it wasn't an error. */ |
| 74 | static struct command_result *handle_error(struct command *cmd, |
no outgoing calls
no test coverage detected