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
parent
495f914fb5
commit
1ebd23a670
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Reference in New Issue