tst_QMap: remove unused std::as_const clone

Amends d273076b4474bb473d90e996960c4c773745761a.

Pick-to: 6.4 6.2
Change-Id: Icfff438223ed10756f15e25ea52cccdf93dd47a2
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Marc Mutz 2022-11-18 10:17:19 +01:00
parent a823366f77
commit 0786405857

View File

@ -1802,12 +1802,6 @@ void tst_QMap::equal_range()
QCOMPARE(map.count(1), 2);
}
template <class T>
const T &const_(const T &t)
{
return t;
}
void tst_QMap::insert()
{
QMap<QString, float> map;