summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-04-19 18:03:31 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-04-25 17:16:55 +0000
commitb55176df08898190fcee684319d6e3778b8835de (patch)
tree1bfdd48d741dea3af37039f378415b99be563cdc /bin
parent3d863ae798ecea87eaf02b2364d45cb79d90c3f5 (diff)
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>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/syncqt.pl b/bin/syncqt.pl
index c6aced4412..9a889c062b 100755
--- a/bin/syncqt.pl
+++ b/bin/syncqt.pl
@@ -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;