remove dead variable
Change-Id: Ic37c2a0da6346f044df10c7d8b5ee1a95efcc29c Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
208184071e
commit
800aef3424
@ -830,7 +830,6 @@ our @ignore_for_include_check = ();
|
|||||||
our @ignore_for_qt_begin_header_check = ();
|
our @ignore_for_qt_begin_header_check = ();
|
||||||
our @ignore_for_qt_begin_namespace_check = ();
|
our @ignore_for_qt_begin_namespace_check = ();
|
||||||
our @ignore_for_qt_module_check = ();
|
our @ignore_for_qt_module_check = ();
|
||||||
my %colliding_headers = ();
|
|
||||||
my %inject_headers = ( "$basedir/src/corelib/global" => ( "qconfig.h" ) ); # all from build dir
|
my %inject_headers = ( "$basedir/src/corelib/global" => ( "qconfig.h" ) ); # all from build dir
|
||||||
|
|
||||||
# load the module's sync.profile here, before we can
|
# load the module's sync.profile here, before we can
|
||||||
|
Loading…
Reference in New Issue
Block a user