Wrapper for pending commands (ignores return) */
| 155 | |
| 156 | /* Wrapper for pending commands (ignores return) */ |
| 157 | static inline void was_pending(const struct command_result *res) |
| 158 | { |
| 159 | assert(res); |
| 160 | } |
| 161 | |
| 162 | /* Transition for ignoring command */ |
| 163 | static inline void fixme_ignore(const struct command_result *res) |
no outgoing calls
no test coverage detected