| 781 | } |
| 782 | |
| 783 | void remove_fsmonitor(struct index_state *istate) |
| 784 | { |
| 785 | if (istate->fsmonitor_last_update) { |
| 786 | trace_printf_key(&trace_fsmonitor, "remove fsmonitor"); |
| 787 | istate->cache_changed |= FSMONITOR_CHANGED; |
| 788 | FREE_AND_NULL(istate->fsmonitor_last_update); |
| 789 | } |
| 790 | } |
| 791 | |
| 792 | void tweak_fsmonitor(struct index_state *istate) |
| 793 | { |
no outgoing calls
no test coverage detected