Sqlite: Remove unused function

Change-Id: I3ce625c1c097c9f6e66c378c3b708397c09c6980
Reviewed-by: Tapani Mattila <tapani.mattila@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2021-04-04 23:12:34 +02:00
parent 47672714a3
commit 385158ddcc

View File

@@ -339,11 +339,6 @@ private:
int column; int column;
}; };
constexpr int resultCount(int localResultCount) const
{
return ResultCount < 0 ? localResultCount : ResultCount;
}
template<typename ContainerType, int... ColumnIndices> template<typename ContainerType, int... ColumnIndices>
void emplaceBackValues(ContainerType &container, std::integer_sequence<int, ColumnIndices...>) void emplaceBackValues(ContainerType &container, std::integer_sequence<int, ColumnIndices...>)
{ {