forked from len0rd/rockbox
rbutil: Remove unused variable from test.
Change-Id: Iea57ffa319f50df8836c0c7c608ff37a394eb68d
This commit is contained in:
parent
6ff75b475c
commit
c753d31549
1 changed files with 0 additions and 3 deletions
|
@ -114,7 +114,6 @@ void TestRockboxInfo::testTarget()
|
|||
QTemporaryFile tf(this);
|
||||
tf.open();
|
||||
QFileInfo finfo(tf);
|
||||
QString filename = tf.fileName();
|
||||
tf.write(prefix.at(j).toLatin1());
|
||||
tf.write(target.toLatin1());
|
||||
tf.write("\n");
|
||||
|
@ -144,7 +143,6 @@ void TestRockboxInfo::testMemory()
|
|||
QTemporaryFile tf(this);
|
||||
tf.open();
|
||||
QFileInfo finfo(tf);
|
||||
QString filename = tf.fileName();
|
||||
tf.write(prefix.at(j).toLatin1());
|
||||
tf.write(memory.toLatin1());
|
||||
tf.write("\n");
|
||||
|
@ -172,7 +170,6 @@ void TestRockboxInfo::testFeatures()
|
|||
QTemporaryFile tf(this);
|
||||
tf.open();
|
||||
QFileInfo finfo(tf);
|
||||
QString filename = tf.fileName();
|
||||
tf.write(prefix.at(j).toLatin1());
|
||||
tf.write(features.toLatin1());
|
||||
tf.write("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue