File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -391,18 +391,6 @@ proc insertProvidedAliases {modpath res_arrname} {
391391proc scanExtraMatchSearch {modpath mod res_arrname} {
392392 upvar $res_arrname found_list
393393
394- # get extra match query properties
395- set spec_vr_list [getVariantListFromVersSpec $mod ]
396- set check_variant [llength $spec_vr_list ]
397- lassign [getSplitExtraListFromVersSpec $mod ] spec_tag_list spec_xt_list
398- set check_extra [llength $spec_xt_list ]
399-
400- # no scan evaluation if extra match search not needed
401- if {!$check_variant && !$check_extra && ![isEltInReport variant 0] &&\
402- ![isEltInReport provided-alias 0]} {
403- return
404- }
405-
406394 # disable error reporting to avoid modulefile errors (not coping with
407395 # scan evaluation for instance) to pollute result
408396 set alreadyinhibit [getState inhibit_errreport]
You can’t perform that action at this time.
0 commit comments