From b55176df08898190fcee684319d6e3778b8835de Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 19 Apr 2018 18:03:31 +0200 Subject: 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 Reviewed-by: Lars Knoll --- bin/syncqt.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') 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; -- cgit v1.2.3