No-op callback for detected file changes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(watch_feature_t), | intent(inout) | :: | self | |||
| type(string_t), | intent(in), | allocatable | :: | changed(:) |
subroutine feat_change_noop(self, changed) class(watch_feature_t), intent(inout) :: self type(string_t), allocatable, intent(in) :: changed(:) if (.false.) then if (allocated(changed)) continue end if end subroutine feat_change_noop