| 3434 | #define PATH_WAS_DELETED ((struct patch *) -1) |
| 3435 | |
| 3436 | static int to_be_deleted(struct patch *patch) |
| 3437 | { |
| 3438 | return patch == PATH_TO_BE_DELETED; |
| 3439 | } |
| 3440 | |
| 3441 | static int was_deleted(struct patch *patch) |
| 3442 | { |
no outgoing calls
no test coverage detected