tst_QMap: remove unused std::as_const clone

Amends d273076b44.

Pick-to: 6.4 6.2
Change-Id: Icfff438223ed10756f15e25ea52cccdf93dd47a2
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Marc Mutz 2022-11-18 10:17:19 +01:00
parent a823366f77
commit 0786405857
1 changed files with 0 additions and 6 deletions

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;