| 2223 | }; |
| 2224 | |
| 2225 | static void repo_config_release(struct repo_config *config) |
| 2226 | { |
| 2227 | comment_char_config_release(&config->comment_char_config); |
| 2228 | } |
| 2229 | |
| 2230 | #ifdef WITH_BREAKING_CHANGES |
| 2231 | static void check_auto_comment_char_config(struct repository *repo, |
no test coverage detected