| 75 | } |
| 76 | |
| 77 | static int count_cruft(const char *basename UNUSED, const char *path, |
| 78 | void *data UNUSED) |
| 79 | { |
| 80 | loose_garbage(path); |
| 81 | return 0; |
| 82 | } |
| 83 | |
| 84 | static int print_alternate(struct odb_source *alternate, void *data UNUSED) |
| 85 | { |
nothing calls this directly
no test coverage detected