tst_QArrayData: fix unused variable warning in reallocate()

Trailing QFETCHes can be dropped.

Change-Id: I4dbc5ff07a6bf418a09822424a8fb036d8349114
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
bb10
Marc Mutz 2017-03-07 13:53:31 +01:00
parent 495f914fb5
commit 1ebd23a670
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ void tst_QArrayData::reallocate()
QFETCH(size_t, alignment);
QFETCH(QArrayData::AllocationOptions, allocateOptions);
QFETCH(bool, isCapacityReserved);
QFETCH(const QArrayData *, commonEmpty);
// Maximum alignment that can be requested is that of QArrayData,
// otherwise, we can't use reallocate().