No-op callback for watch list rebuild completion.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(watch_feature_t), | intent(inout) | :: | self | |||
| type(string_t), | intent(inout), | allocatable | :: | files(:) | ||
| type(root_info_t), | intent(inout), | allocatable | :: | roots(:) |
subroutine feat_list_noop(self, files, roots) class(watch_feature_t), intent(inout) :: self type(string_t), allocatable, intent(inout) :: files(:) type(root_info_t), allocatable, intent(inout) :: roots(:) if (.false.) then if (allocated(files)) continue if (allocated(roots)) continue end if end subroutine feat_list_noop