tst_qdbuscpp2xml: Remove unused variables
Change-Id: I131d7336e36d34f60fca0f37f76cd77ef674f405 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
8d89b4ef21
commit
06397cc45f
@ -125,9 +125,6 @@ void tst_qdbuscpp2xml::qdbuscpp2xml()
|
||||
QFAIL("UNEXPECTED STDERR CONTENTS");
|
||||
}
|
||||
|
||||
const QChar nl = QLatin1Char('\n');
|
||||
const QStringList actualLines = out.split(nl);
|
||||
|
||||
QObject *testObject = m_tests.value(inputfile);
|
||||
|
||||
if (flags == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user