| 3439 | } |
| 3440 | |
| 3441 | static int was_deleted(struct patch *patch) |
| 3442 | { |
| 3443 | return patch == PATH_WAS_DELETED; |
| 3444 | } |
| 3445 | |
| 3446 | static void add_to_fn_table(struct apply_state *state, struct patch *patch) |
| 3447 | { |
no outgoing calls
no test coverage detected