syncqt: prune references to @ignore_for_master_contents
this variable hasn't been used in any syncqt.profile for many years, and if it would, it would cause quite some side effects. Change-Id: Ia936eff8f6a2a801fc644eee991821165d51dc1f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
3d863ae798
commit
b55176df08
@ -882,7 +882,6 @@ die "The -version argument is mandatory" if (!$module_version);
|
||||
$build_basedir = $out_basedir if (!defined($build_basedir));
|
||||
|
||||
our @ignore_headers = ();
|
||||
our @ignore_for_master_contents = ();
|
||||
our @ignore_for_include_check = ();
|
||||
our @ignore_for_qt_begin_namespace_check = ();
|
||||
our @ignore_for_qt_module_check = ();
|
||||
@ -1026,10 +1025,6 @@ foreach my $lib (@modules_to_sync) {
|
||||
$qpa_header = 1;
|
||||
} elsif ($allheadersprivate || $thisprivate || $public_header =~ /_p(ch)?\.h$/) {
|
||||
$public_header = 0;
|
||||
} else {
|
||||
foreach (@ignore_for_master_contents) {
|
||||
$public_header = 0 if($header eq $_);
|
||||
}
|
||||
}
|
||||
|
||||
my $clean_header;
|
||||
|
Loading…
Reference in New Issue
Block a user